diff options
Diffstat (limited to 'drivers/ide/ide-floppy.c')
-rw-r--r-- | drivers/ide/ide-floppy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c index cb89caf07913..49e702670b8e 100644 --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c | |||
@@ -219,8 +219,7 @@ static void idefloppy_retry_pc(ide_drive_t *drive) | |||
219 | /* The usual interrupt handler called during a packet command. */ | 219 | /* The usual interrupt handler called during a packet command. */ |
220 | static ide_startstop_t idefloppy_pc_intr(ide_drive_t *drive) | 220 | static ide_startstop_t idefloppy_pc_intr(ide_drive_t *drive) |
221 | { | 221 | { |
222 | return ide_pc_intr(drive, idefloppy_pc_intr, | 222 | return ide_pc_intr(drive, idefloppy_pc_intr, idefloppy_update_buffers, |
223 | WAIT_FLOPPY_CMD, NULL, idefloppy_update_buffers, | ||
224 | idefloppy_retry_pc, ide_io_buffers); | 223 | idefloppy_retry_pc, ide_io_buffers); |
225 | } | 224 | } |
226 | 225 | ||