projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12eaec3
)
[RAMEN9610-20756][COMMON] scsi: sd: Change scsi timeout form 30s to 5s.
author
JaeHun Jung
<jh0801.jung@samsung.com>
Mon, 18 Mar 2019 06:01:12 +0000
(15:01 +0900)
committer
robot
<robot@samsung.com>
Sun, 27 Oct 2019 17:54:09 +0000
(
02:54
+0900)
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/sd.h
b/drivers/scsi/sd.h
index 3fe58ecf338a844b77a3ef8e78866562143ca467..8ceef454447ea050533a17c78c1a0ec2c3811119 100644
(file)
--- a/
drivers/scsi/sd.h
+++ b/
drivers/scsi/sd.h
@@
-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