Skip to content

Commit

Permalink
[SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x dr…
Browse files Browse the repository at this point in the history
…iver.

Make SPI timeout 10s the same as SAS

Signed-off-by: Bernd Schubert <bs@q-leap.de>
Acked-by: "Prakash, Sathya" <Sathya.Prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Bernd Schubert authored and James Bottomley committed Oct 23, 2008
1 parent 7583221 commit 22ab019
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 22ab019

Please sign in to comment.