Re: [PATCH v5 03/34] cxlflash: Fix read capacity timeout
From: Tomas Henzl <hidden>
Date: 2015-10-02 12:49:04
Also in:
linux-scsi
From: Tomas Henzl <hidden>
Date: 2015-10-02 12:49:04
Also in:
linux-scsi
On 1.10.2015 17:54, Matthew R. Ochs wrote:
From: Manoj Kumar <redacted> The timeout value for read capacity is too small. Certain devices may take longer to respond and thus the command may prematurely timeout. Additionally the literal used for the timeout is stale. Update the timeout to 30 seconds (matches the value used in sd.c) and rework the timeout literal to a more appropriate description. Signed-off-by: Matthew R. Ochs <redacted> Signed-off-by: Manoj N. Kumar <redacted> Reviewed-by: Brian King <redacted>
Reviewed-by: Tomas Henzl <redacted> Tomas