Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22ab019b authored by Bernd Schubert's avatar Bernd Schubert Committed by James Bottomley
Browse files

[SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver.



Make SPI timeout 10s the same as SAS

Signed-off-by: default avatarBernd Schubert <bs@q-leap.de>
Acked-by: default avatar"Prakash, Sathya" <Sathya.Prakash@lsi.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 7583221f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
	}
}