Re: [PATCH] typo in driver

From: Russell King (rmk@arm.linux.org.uk)
Date: Fri Nov 01 2002 - 04:51:41 EST


On Fri, Nov 01, 2002 at 04:55:53PM +1100, Rusty Russell wrote:
> [ Russell, looks like you touched it last... ]
>
> diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .7594-2.5-bk-module-ppc.pre/drivers/ide/pci/sl82c105.c .7594-2.5-bk-module-ppc/drivers/ide/pci/sl82c105.c
> --- .7594-2.5-bk-module-ppc.pre/drivers/ide/pci/sl82c105.c 2002-10-15 15:30:56.000000000 +1000
> +++ .7594-2.5-bk-module-ppc/drivers/ide/pci/sl82c105.c 2002-11-01 16:48:14.000000000 +1100
> @@ -284,7 +284,7 @@ extern void ide_setup_pci_device(struct
>
> static int __devinit sl82c105_init_one(struct pci_dev *dev, const struct pci_device_id *id)
> {
> - ide_pci_device_t *d = &slc82c105_chipsets[id->driver_data];
> + ide_pci_device_t *d = &sl82c105_chipsets[id->driver_data];
> if (dev->device != d->device)
> BUG();
> ide_setup_pci_device(dev, d);

Don't bother with this small typo - its better that it doesn't build
at the moment. The whole driver needs reworking since Martin's stuff got
ripped out to put some errata fixes back into the driver.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:20 EST