Skip to content

Commit

Permalink
[SCSI] mpt fusion : Setting intial period to 0xFF instead of 0xA
Browse files Browse the repository at this point in the history
The initial period is set to 0xFF

Signed-off-by: Sathya Prakash <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
Prakash, Sathya authored and James Bottomley committed Jul 12, 2008
1 parent cddc0ab commit cc47244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/message/fusion/mptspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cc47244

Please sign in to comment.