diff options
-rw-r--r-- | drivers/ata/sata_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c index 55b01236a6f0..d3d5c0d57032 100644 --- a/drivers/ata/sata_via.c +++ b/drivers/ata/sata_via.c | |||
@@ -211,7 +211,7 @@ static void svia_noop_freeze(struct ata_port *ap) | |||
211 | * certain way. Leave it alone and just clear pending IRQ. | 211 | * certain way. Leave it alone and just clear pending IRQ. |
212 | */ | 212 | */ |
213 | ata_chk_status(ap); | 213 | ata_chk_status(ap); |
214 | ap->ops->irq_clear(ap); | 214 | ata_bmdma_irq_clear(ap); |
215 | } | 215 | } |
216 | 216 | ||
217 | /** | 217 | /** |