Loading drivers/ide/ide-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -713,7 +713,7 @@ static int ide_tune_dma(ide_drive_t *drive) } if (hwif->host_flags & IDE_HFLAG_NO_SET_MODE) return 0; return 1; if (ide_set_dma_mode(drive, speed)) return 0; Loading Loading
drivers/ide/ide-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -713,7 +713,7 @@ static int ide_tune_dma(ide_drive_t *drive) } if (hwif->host_flags & IDE_HFLAG_NO_SET_MODE) return 0; return 1; if (ide_set_dma_mode(drive, speed)) return 0; Loading