diff options
Diffstat (limited to 'drivers/scsi/ahci.c')
-rw-r--r-- | drivers/scsi/ahci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index 45fd71d80128..8493b021cc07 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
@@ -1026,7 +1026,8 @@ static void ahci_error_handler(struct ata_port *ap) | |||
1026 | } | 1026 | } |
1027 | 1027 | ||
1028 | /* perform recovery */ | 1028 | /* perform recovery */ |
1029 | ata_do_eh(ap, ahci_softreset, ahci_hardreset, ahci_postreset); | 1029 | ata_do_eh(ap, ata_std_prereset, ahci_softreset, ahci_hardreset, |
1030 | ahci_postreset); | ||
1030 | } | 1031 | } |
1031 | 1032 | ||
1032 | static void ahci_post_internal_cmd(struct ata_queued_cmd *qc) | 1033 | static void ahci_post_internal_cmd(struct ata_queued_cmd *qc) |