diff options
Diffstat (limited to 'drivers/scsi/sata_sil24.c')
-rw-r--r-- | drivers/scsi/sata_sil24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_sil24.c b/drivers/scsi/sata_sil24.c index e9fd869140c5..8c167250f4c9 100644 --- a/drivers/scsi/sata_sil24.c +++ b/drivers/scsi/sata_sil24.c | |||
@@ -528,7 +528,7 @@ static int sil24_hardreset(struct ata_port *ap, unsigned int *class) | |||
528 | u32 tmp; | 528 | u32 tmp; |
529 | 529 | ||
530 | /* sil24 does the right thing(tm) without any protection */ | 530 | /* sil24 does the right thing(tm) without any protection */ |
531 | ata_set_sata_spd(ap); | 531 | sata_set_spd(ap); |
532 | 532 | ||
533 | tout_msec = 100; | 533 | tout_msec = 100; |
534 | if (sata_dev_present(ap)) | 534 | if (sata_dev_present(ap)) |