Commit 3b63e41
WORKAROUND: scsi: ufs: core: Set uic_cmd_timeout to max
It is obsrved that qcs9100-ride fails to boot
intermittently due to ufs cmd timeouts.
The timeout happens as the ufs threaded-irq fails to
schedule within the default UIC_CMD_TIMEOUT_DEFAULT (500
msec) due to console logs spewing at the same moment.
Increase timeout to max for now to UIC_CMD_TIMEOUT_MAX
(5000 msecs) to allow ufs cmd sequences to complete.
Signed-off-by: Shiraz Hashim <shiraz.hashim@oss.qualcomm.com>1 parent 1307064 commit 3b63e41
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments