diff options
Diffstat (limited to 'drivers/ide/ide-io.c')
| -rw-r--r-- | drivers/ide/ide-io.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index c569d56eadc..9e53efe9fb2 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c @@ -683,8 +683,6 @@ void ide_timer_expiry (unsigned long data)  		} else if (drive_is_ready(drive)) {  			if (drive->waiting_for_dma)  				hwif->dma_ops->dma_lost_irq(drive); -			if (hwif->ack_intr) -				hwif->ack_intr(hwif);  			if (hwif->port_ops && hwif->port_ops->clear_irq)  				hwif->port_ops->clear_irq(drive);  |