diff options
Diffstat (limited to 'drivers/scsi/ahci.c')
-rw-r--r-- | drivers/scsi/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index c2298fb131d8..f6e4c8ea74e3 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
@@ -597,7 +597,7 @@ static int ahci_softreset(struct ata_port *ap, unsigned int *class) | |||
597 | /* restart engine */ | 597 | /* restart engine */ |
598 | ahci_start_engine(ap); | 598 | ahci_start_engine(ap); |
599 | 599 | ||
600 | ata_tf_init(ap, &tf, 0); | 600 | ata_tf_init(ap->device, &tf); |
601 | fis = pp->cmd_tbl; | 601 | fis = pp->cmd_tbl; |
602 | 602 | ||
603 | /* issue the first D2H Register FIS */ | 603 | /* issue the first D2H Register FIS */ |