Loading drivers/ide/ide-io.c +2 −4 Original line number Diff line number Diff line Loading @@ -204,9 +204,7 @@ static ide_startstop_t ide_start_power_step(ide_drive_t *drive, struct request * */ if (drive->hwif->dma_ops == NULL) break; /* * TODO: respect IDE_DFLAG_USING_DMA */ if (drive->dev_flags & IDE_DFLAG_USING_DMA) ide_set_dma(drive); break; } Loading Loading
drivers/ide/ide-io.c +2 −4 Original line number Diff line number Diff line Loading @@ -204,9 +204,7 @@ static ide_startstop_t ide_start_power_step(ide_drive_t *drive, struct request * */ if (drive->hwif->dma_ops == NULL) break; /* * TODO: respect IDE_DFLAG_USING_DMA */ if (drive->dev_flags & IDE_DFLAG_USING_DMA) ide_set_dma(drive); break; } Loading