aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-tape.c')
-rw-r--r--drivers/ide/ide-tape.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
index 5b2ac04d9be9..fe8502afd2ea 100644
--- a/drivers/ide/ide-tape.c
+++ b/drivers/ide/ide-tape.c
@@ -655,9 +655,8 @@ static int ide_tape_io_buffers(ide_drive_t *drive, struct ide_atapi_pc *pc,
655 */ 655 */
656static ide_startstop_t idetape_pc_intr(ide_drive_t *drive) 656static ide_startstop_t idetape_pc_intr(ide_drive_t *drive)
657{ 657{
658 return ide_pc_intr(drive, idetape_pc_intr, WAIT_TAPE_CMD, 658 return ide_pc_intr(drive, idetape_pc_intr, idetape_update_buffers,
659 NULL, idetape_update_buffers, idetape_retry_pc, 659 idetape_retry_pc, ide_tape_io_buffers);
660 ide_tape_io_buffers);
661} 660}
662 661
663/* 662/*