[RAMEN9610-20756][COMMON] scsi: sd: Change scsi timeout form 30s to 5s.
authorJaeHun Jung <jh0801.jung@samsung.com>
Mon, 18 Mar 2019 06:01:12 +0000 (15:01 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:37 +0000 (20:23 +0300)
UFS has very fast response device. So, We decrease timeout for recovery.

Change-Id: I4c0a6375413839a8495045a771ab50ff23edc614
Signed-off-by: JaeHun Jung <jh0801.jung@samsung.com>
drivers/scsi/sd.h

index 3fe58ecf338a844b77a3ef8e78866562143ca467..8ceef454447ea050533a17c78c1a0ec2c3811119 100644 (file)
@@ -16,7 +16,7 @@
 /*
  * Time out in seconds for disks and Magneto-opticals (which are slower).
  */
-#define SD_TIMEOUT             (30 * HZ)
+#define SD_TIMEOUT             (5 * HZ)
 #define SD_MOD_TIMEOUT         (75 * HZ)
 /*
  * Flush timeout is a multiplier over the standard device timeout which is