From: Teh Wen Ping <wen.ping....@intel.com>

commit 32fe893813e99563cac8ab49d69728d56ac66b12 from
https://github.com/altera-opensource/linux-socfpga.git socfpga-6.1.68-lts.

Reduce GET_PROVISION_DATA delay interval from 500m to 100m to receive
response faster.

Signed-off-by: Teh Wen Ping <wen.ping....@intel.com>
Signed-off-by: Liwei Song <liwei.s...@windriver.com>
---
 drivers/crypto/intel_fcs_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/intel_fcs_main.c b/drivers/crypto/intel_fcs_main.c
index 94bee786ee51..fafc104ab2d7 100644
--- a/drivers/crypto/intel_fcs_main.c
+++ b/drivers/crypto/intel_fcs_main.c
@@ -732,7 +732,7 @@ static long fcs_ioctl(struct file *file, unsigned int cmd,
                                        break;
                                }
                                timeout--;
-                               mdelay(500);
+                               mdelay(100);
                        }
                } else {
                        data->com_paras.gp_data.addr = NULL;
-- 
2.35.5

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14058): 
https://lists.yoctoproject.org/g/linux-yocto/message/14058
Mute This Topic: https://lists.yoctoproject.org/mt/106736321/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to