projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7583221
)
[SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver.
author
Bernd Schubert
<
[email protected]
>
Tue, 23 Sep 2008 13:28:58 +0000
(15:28 +0200)
committer
James Bottomley
<
[email protected]
>
Thu, 23 Oct 2008 16:42:16 +0000
(11:42 -0500)
Make SPI timeout 10s the same as SAS
Signed-off-by: Bernd Schubert <
[email protected]
>
Acked-by: "Prakash, Sathya" <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/message/fusion/mptscsih.c
patch
|
blob
|
history
diff --git
a/drivers/message/fusion/mptscsih.c
b/drivers/message/fusion/mptscsih.c
index 9f9354fd35160f8a55515437d703973cc5f7323d..d62fd4f6b52e054db684e2af1e30ac12fa3a9240 100644
(file)
--- a/
drivers/message/fusion/mptscsih.c
+++ b/
drivers/message/fusion/mptscsih.c
@@
-1760,10
+1760,9
@@
mptscsih_get_tm_timeout(MPT_ADAPTER *ioc)
case FC:
return 40;
case SAS:
- return 10;
case SPI:
default:
- return
2
;
+ return
10
;
}
}