aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/ide-tape.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index 58c5a5a98858..92fadd5a5f8a 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -842,7 +842,6 @@ static ide_startstop_t idetape_pc_intr(ide_drive_t *drive)
842 pc->flags &= ~PC_FLAG_DMA_IN_PROGRESS; 842 pc->flags &= ~PC_FLAG_DMA_IN_PROGRESS;
843 printk(KERN_ERR "ide-tape: The tape wants to issue more " 843 printk(KERN_ERR "ide-tape: The tape wants to issue more "
844 "interrupts in DMA mode\n"); 844 "interrupts in DMA mode\n");
845 printk(KERN_ERR "ide-tape: DMA disabled, reverting to PIO\n");
846 ide_dma_off(drive); 845 ide_dma_off(drive);
847 return ide_do_reset(drive); 846 return ide_do_reset(drive);
848 } 847 }