Loading drivers/ide/cmd64x.c +3 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ static void cmd64x_program_timings(ide_drive_t *drive, u8 mode) struct ide_timing t; u8 arttim = 0; if (drive->dn >= ARRAY_SIZE(drwtim_regs)) return; ide_timing_compute(drive, mode, &t, T, 0); /* Loading Loading
drivers/ide/cmd64x.c +3 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ static void cmd64x_program_timings(ide_drive_t *drive, u8 mode) struct ide_timing t; u8 arttim = 0; if (drive->dn >= ARRAY_SIZE(drwtim_regs)) return; ide_timing_compute(drive, mode, &t, T, 0); /* Loading