On Thu, 20 Sep 2007 15:47:05 -0400 Jeff Garzik <jeff@xxxxxxxxxx> wrote: > Alan Cox wrote: > > Purely a stylistic issue currently but best done while I notice it. > > > > Signed-off-by: Alan Cox <alan@xxxxxxxxxx> > > > > diff -u --exclude-from /usr/src/exclude --new-file --recursive linux.vanilla-2.6.23rc6-mm1/drivers/ata/pata_acpi.c linux-2.6.23rc6-mm1/drivers/ata/pata_acpi.c > > --- linux.vanilla-2.6.23rc6-mm1/drivers/ata/pata_acpi.c 2007-09-18 15:32:51.000000000 +0100 > > +++ linux-2.6.23rc6-mm1/drivers/ata/pata_acpi.c 2007-09-18 16:18:12.000000000 +0100 > > @@ -270,7 +270,7 @@ > > acpi->mask[0] = pacpi_discover_modes(ap, &ap->device[0]); > > acpi->mask[1] = pacpi_discover_modes(ap, &ap->device[1]); > > > > - ret = ata_port_start(ap); > > + ret = ata_sff_port_start(ap); > > if (ret < 0) > > I request that somebody send me the pata_acpi driver against > netdev-2.6.git#upstream as an "add driver" patch, complete with all the > changes so far rolled into a single patch... > umm, I guess that would be me. Will try to get onto that today or tomorrow.. - 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