Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88941 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/scsi/scsi_scan.c.old (-1 / +1 lines)
Lines 1082-1088 Link Here
1082
				" REPORT LUNS to %s (try %d)\n", devname,
1082
				" REPORT LUNS to %s (try %d)\n", devname,
1083
				retries));
1083
				retries));
1084
		scsi_wait_req(sreq, scsi_cmd, lun_data, length,
1084
		scsi_wait_req(sreq, scsi_cmd, lun_data, length,
1085
				SCSI_TIMEOUT + 4*HZ, 3);
1085
				SCSI_TIMEOUT + 14*HZ, 3);
1086
		SCSI_LOG_SCAN_BUS(3, printk (KERN_INFO "scsi scan: REPORT LUNS"
1086
		SCSI_LOG_SCAN_BUS(3, printk (KERN_INFO "scsi scan: REPORT LUNS"
1087
				" %s (try %d) result 0x%x\n", sreq->sr_result
1087
				" %s (try %d) result 0x%x\n", sreq->sr_result
1088
				?  "failed" : "successful", retries,
1088
				?  "failed" : "successful", retries,

Return to bug 88941