]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/sata_fsl.c
libata: prefer hardreset
[linux-2.6-omap-h63xx.git] / drivers / ata / sata_fsl.c
index 9d1e3cad4aa989ce021ae2511e0c9112e80278d6..fbd423ad23bbad7517f06ab7fff59b4050ec96e2 100644 (file)
@@ -996,7 +996,7 @@ static void sata_fsl_error_intr(struct ata_port *ap)
        /* handle fatal errors */
        if (hstatus & FATAL_ERROR_DECODE) {
                err_mask |= AC_ERR_ATA_BUS;
-               action |= ATA_EH_SOFTRESET;
+               action |= ATA_EH_RESET;
                /* how will fatal error interrupts be completed ?? */
                freeze = 1;
        }