public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] typo in driver
       [not found] <20021101064132.7E67E2C05E@lists.samba.org>
@ 2002-11-01  9:51 ` Russell King
  0 siblings, 0 replies; only message in thread
From: Russell King @ 2002-11-01  9:51 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-kernel

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-01  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20021101064132.7E67E2C05E@lists.samba.org>
2002-11-01  9:51 ` [PATCH] typo in driver Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox