]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/ide-floppy.c
ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()
[linux-2.6-omap-h63xx.git] / drivers / ide / ide-floppy.c
index cb89caf07913501af1d7ecb74830f534d4d75625..49e702670b8e6e7a47856d35f5a49c0af97eaf47 100644 (file)
@@ -219,8 +219,7 @@ static void idefloppy_retry_pc(ide_drive_t *drive)
 /* The usual interrupt handler called during a packet command. */
 static ide_startstop_t idefloppy_pc_intr(ide_drive_t *drive)
 {
-       return ide_pc_intr(drive, idefloppy_pc_intr,
-                          WAIT_FLOPPY_CMD, NULL, idefloppy_update_buffers,
+       return ide_pc_intr(drive, idefloppy_pc_intr, idefloppy_update_buffers,
                           idefloppy_retry_pc, ide_io_buffers);
 }