[PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()
[deliverable/linux.git] / drivers / scsi / ahci.c
index 45fd71d8012871babd2d24f46f0a0740344d4306..8493b021cc07b19156d7dd69e9a62fad1c5f934a 100644 (file)
@@ -1026,7 +1026,8 @@ static void ahci_error_handler(struct ata_port *ap)
        }
 
        /* perform recovery */
-       ata_do_eh(ap, ahci_softreset, ahci_hardreset, ahci_postreset);
+       ata_do_eh(ap, ata_std_prereset, ahci_softreset, ahci_hardreset,
+                 ahci_postreset);
 }
 
 static void ahci_post_internal_cmd(struct ata_queued_cmd *qc)
This page took 0.024671 seconds and 5 git commands to generate.