[PATCH] Fix typo in sl82c105.c driver

From: Paul Mackerras (paulus@samba.org)
Date: Wed Nov 06 2002 - 21:55:11 EST


This patch fixes a minor typo in sl82c105.c which stops it from
compiling.

Jens and/or Linus, please apply.

Paul.

diff -urN linux-2.5/drivers/ide/pci/sl82c105.c pmac-2.5/drivers/ide/pci/sl82c105.c
--- linux-2.5/drivers/ide/pci/sl82c105.c 2002-10-12 14:40:28.000000000 +1000
+++ pmac-2.5/drivers/ide/pci/sl82c105.c 2002-10-30 12:32:48.000000000 +1100
@@ -284,7 +284,7 @@
 
 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);
-
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:46 EST