diff options
Diffstat (limited to 'drivers/ata/sata_promise.c')
-rw-r--r-- | drivers/ata/sata_promise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_promise.c b/drivers/ata/sata_promise.c index e80628a77669..09a6179f5de3 100644 --- a/drivers/ata/sata_promise.c +++ b/drivers/ata/sata_promise.c | |||
@@ -839,7 +839,7 @@ static void pdc_error_handler(struct ata_port *ap) | |||
839 | if (!(ap->pflags & ATA_PFLAG_FROZEN)) | 839 | if (!(ap->pflags & ATA_PFLAG_FROZEN)) |
840 | pdc_reset_port(ap); | 840 | pdc_reset_port(ap); |
841 | 841 | ||
842 | ata_std_error_handler(ap); | 842 | ata_sff_error_handler(ap); |
843 | } | 843 | } |
844 | 844 | ||
845 | static void pdc_post_internal_cmd(struct ata_queued_cmd *qc) | 845 | static void pdc_post_internal_cmd(struct ata_queued_cmd *qc) |