diff options
Diffstat (limited to 'drivers/ide/ide-floppy.c')
-rw-r--r-- | drivers/ide/ide-floppy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c index b9983c4a1fac..da79248633a4 100644 --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c | |||
@@ -698,6 +698,7 @@ static ide_startstop_t idefloppy_issue_pc(ide_drive_t *drive, | |||
698 | /* Issue the packet command */ | 698 | /* Issue the packet command */ |
699 | hwif->OUTBSYNC(drive, WIN_PACKETCMD, | 699 | hwif->OUTBSYNC(drive, WIN_PACKETCMD, |
700 | hwif->io_ports.command_addr); | 700 | hwif->io_ports.command_addr); |
701 | ndelay(400); | ||
701 | return (*pkt_xfer_routine) (drive); | 702 | return (*pkt_xfer_routine) (drive); |
702 | } | 703 | } |
703 | } | 704 | } |