diff options
author | Prakash, Sathya <sathya.prakash@lsi.com> | 2008-05-20 15:31:11 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:14 -0400 |
commit | cc4724492ddf920475ad7f12bfcb81ffca16f777 (patch) | |
tree | cdb252584a790fb8468c19302efec01b8775a916 /drivers/message | |
parent | cddc0ab71194a09c0ac359be10a0f1ef976ddc95 (diff) |
[SCSI] mpt fusion : Setting intial period to 0xFF instead of 0xA
The initial period is set to 0xFF
Signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index 1cdea1aaa07b..9b49516cf5a0 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -447,6 +447,7 @@ static int mptspi_target_alloc(struct scsi_target *starget) | |||
447 | spi_max_offset(starget) = ioc->spi_data.maxSyncOffset; | 447 | spi_max_offset(starget) = ioc->spi_data.maxSyncOffset; |
448 | 448 | ||
449 | spi_offset(starget) = 0; | 449 | spi_offset(starget) = 0; |
450 | spi_period(starget) = 0xFF; | ||
450 | mptspi_write_width(starget, 0); | 451 | mptspi_write_width(starget, 0); |
451 | 452 | ||
452 | return 0; | 453 | return 0; |