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 9161cd92a842..1852008d9ee4 100644 --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c | |||
@@ -667,8 +667,7 @@ static ide_startstop_t idefloppy_issue_pc(ide_drive_t *drive, | |||
667 | if ((pc->flags & PC_FLAG_DMA_RECOMMENDED) && drive->using_dma) | 667 | if ((pc->flags & PC_FLAG_DMA_RECOMMENDED) && drive->using_dma) |
668 | dma = !hwif->dma_ops->dma_setup(drive); | 668 | dma = !hwif->dma_ops->dma_setup(drive); |
669 | 669 | ||
670 | ide_pktcmd_tf_load(drive, IDE_TFLAG_NO_SELECT_MASK | | 670 | ide_pktcmd_tf_load(drive, IDE_TFLAG_OUT_DEVICE, bcount, dma); |
671 | IDE_TFLAG_OUT_DEVICE, bcount, dma); | ||
672 | 671 | ||
673 | if (dma) { | 672 | if (dma) { |
674 | /* Begin DMA, if necessary */ | 673 | /* Begin DMA, if necessary */ |