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

commit 5b5ef0b5e999c1916962baeaf595f33d5de86ee6 from
https://github.com/altera-opensource/linux-socfpga.git

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: Wenlin Kang <wenlin.k...@windriver.com>
---
 drivers/crypto/intel_fcs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/intel_fcs.c b/drivers/crypto/intel_fcs.c
index d2996d151af1..419c62ff9b69 100644
--- a/drivers/crypto/intel_fcs.c
+++ b/drivers/crypto/intel_fcs.c
@@ -634,7 +634,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.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12548): 
https://lists.yoctoproject.org/g/linux-yocto/message/12548
Mute This Topic: https://lists.yoctoproject.org/mt/98898789/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