diff options
Diffstat (limited to 'drivers/scsi/scsi_scan.c')
-rw-r--r-- | drivers/scsi/scsi_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c index e2b50d8f57a8..c44783801402 100644 --- a/drivers/scsi/scsi_scan.c +++ b/drivers/scsi/scsi_scan.c | |||
@@ -115,12 +115,12 @@ MODULE_PARM_DESC(max_report_luns, | |||
115 | "REPORT LUNS maximum number of LUNS received (should be" | 115 | "REPORT LUNS maximum number of LUNS received (should be" |
116 | " between 1 and 16384)"); | 116 | " between 1 and 16384)"); |
117 | 117 | ||
118 | static unsigned int scsi_inq_timeout = SCSI_TIMEOUT/HZ+3; | 118 | static unsigned int scsi_inq_timeout = SCSI_TIMEOUT/HZ + 18; |
119 | 119 | ||
120 | module_param_named(inq_timeout, scsi_inq_timeout, uint, S_IRUGO|S_IWUSR); | 120 | module_param_named(inq_timeout, scsi_inq_timeout, uint, S_IRUGO|S_IWUSR); |
121 | MODULE_PARM_DESC(inq_timeout, | 121 | MODULE_PARM_DESC(inq_timeout, |
122 | "Timeout (in seconds) waiting for devices to answer INQUIRY." | 122 | "Timeout (in seconds) waiting for devices to answer INQUIRY." |
123 | " Default is 5. Some non-compliant devices need more."); | 123 | " Default is 20. Some devices may need more; most need less."); |
124 | 124 | ||
125 | /* This lock protects only this list */ | 125 | /* This lock protects only this list */ |
126 | static DEFINE_SPINLOCK(async_scan_lock); | 126 | static DEFINE_SPINLOCK(async_scan_lock); |