diff options
Diffstat (limited to 'drivers/ata/pata_bf54x.c')
-rw-r--r-- | drivers/ata/pata_bf54x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_bf54x.c b/drivers/ata/pata_bf54x.c index eea275acb2a8..457ac800cd5e 100644 --- a/drivers/ata/pata_bf54x.c +++ b/drivers/ata/pata_bf54x.c | |||
@@ -1264,7 +1264,7 @@ static void bfin_bmdma_freeze(struct ata_port *ap) | |||
1264 | * ATA_NIEN manipulation. Also, many controllers fail to mask | 1264 | * ATA_NIEN manipulation. Also, many controllers fail to mask |
1265 | * previously pending IRQ on ATA_NIEN assertion. Clear it. | 1265 | * previously pending IRQ on ATA_NIEN assertion. Clear it. |
1266 | */ | 1266 | */ |
1267 | ata_chk_status(ap); | 1267 | ap->ops->check_status(ap); |
1268 | 1268 | ||
1269 | bfin_irq_clear(ap); | 1269 | bfin_irq_clear(ap); |
1270 | } | 1270 | } |