Skip to content

Commit cc47244

Browse files
Prakash, Sathyajejb
authored andcommitted
[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>
1 parent cddc0ab commit cc47244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/message/fusion/mptspi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ static int mptspi_target_alloc(struct scsi_target *starget)
447447
spi_max_offset(starget) = ioc->spi_data.maxSyncOffset;
448448

449449
spi_offset(starget) = 0;
450+
spi_period(starget) = 0xFF;
450451
mptspi_write_width(starget, 0);
451452

452453
return 0;

0 commit comments

Comments
 (0)