Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb1bff22 authored by Subhash Jadavani's avatar Subhash Jadavani
Browse files

scsi: ufs: increase the query request timeout



Some of the query requests like reading the fDeviceInit flag
and reading the ref_clk attribute could take more than current
timeout value of 30ms and hence we might see error messages
printed in kernel logs even though next retries are going to
succeed. Hence its better to increase the query request timeout
to 100ms which seems good enough for all query requests to be
completed.

Change-Id: I57ed50e25131677ee6cab6b63ccacf7020f2b501
Signed-off-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
parent 16103798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
/* Query request retries */
#define QUERY_REQ_RETRIES 10
/* Query request timeout */
#define QUERY_REQ_TIMEOUT 30 /* msec */
#define QUERY_REQ_TIMEOUT 100 /* msec */

/* Task management command timeout */
#define TM_CMD_TIMEOUT	100 /* msecs */