From: Prakash, Sathya Date: Tue, 20 May 2008 19:31:11 +0000 (+0530) Subject: [SCSI] mpt fusion : Setting intial period to 0xFF instead of 0xA X-Git-Tag: v2.6.27-rc1~1059^2~72 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cc4724492ddf920475ad7f12bfcb81ffca16f777;p=karo-tx-linux.git [SCSI] mpt fusion : Setting intial period to 0xFF instead of 0xA The initial period is set to 0xFF Signed-off-by: Sathya Prakash Signed-off-by: James Bottomley --- 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) spi_max_offset(starget) = ioc->spi_data.maxSyncOffset; spi_offset(starget) = 0; + spi_period(starget) = 0xFF; mptspi_write_width(starget, 0); return 0;