On Monday 02 July 2007, Sergei Shtylyov wrote: > Hello. > > Bartlomiej Zolnierkiewicz wrote: > > > * Drop no longer needed "PIO data" argument from ide_get_best_pio_mode() > > and convert all users accordingly. > > > * Remove no longer needed ide_pio_data_t. > > > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> > > Acked-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> added > > Index: b/drivers/ide/pci/tc86c001.c > > =================================================================== > > --- a/drivers/ide/pci/tc86c001.c > > +++ b/drivers/ide/pci/tc86c001.c > > @@ -47,7 +47,7 @@ static int tc86c001_tune_chipset(ide_dri > > > > static void tc86c001_tune_drive(ide_drive_t *drive, u8 pio) > > { > > - pio = ide_get_best_pio_mode(drive, pio, 4, NULL); > > + pio = ide_get_best_pio_mode(drive, pio, 4); > > Oh, you've ruined my formatting... :'-[ Hehe, not a big lost - this line goes away in patch #13/15... Bart - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html