diff options
Diffstat (limited to 'drivers/ata/sata_sx4.c')
-rw-r--r-- | drivers/ata/sata_sx4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_sx4.c b/drivers/ata/sata_sx4.c index a4e552a325b0..bedd5188e5b0 100644 --- a/drivers/ata/sata_sx4.c +++ b/drivers/ata/sata_sx4.c | |||
@@ -921,7 +921,7 @@ static void pdc_error_handler(struct ata_port *ap) | |||
921 | if (!(ap->pflags & ATA_PFLAG_FROZEN)) | 921 | if (!(ap->pflags & ATA_PFLAG_FROZEN)) |
922 | pdc_reset_port(ap); | 922 | pdc_reset_port(ap); |
923 | 923 | ||
924 | ata_std_error_handler(ap); | 924 | ata_sff_error_handler(ap); |
925 | } | 925 | } |
926 | 926 | ||
927 | static void pdc_post_internal_cmd(struct ata_queued_cmd *qc) | 927 | static void pdc_post_internal_cmd(struct ata_queued_cmd *qc) |