Re: [PATCH] i2c driver changes for 2.5.64

Christoph Hellwig (hch@infradead.org)
Fri, 14 Mar 2003 08:21:42 +0000


On Thu, Mar 13, 2003 at 04:55:00PM -0800, Greg KH wrote:
> ChangeSet 1.1106, 2003/03/13 10:50:41-08:00, greg@kroah.com
>
> i2c: get i2c-ali15x3 driver to actually bind to a PCI device.

OOPS, should take a look at all patches first before complaining :)

> static struct pci_device_id ali15x3_ids[] __devinitdata = {
> + {
> + .vendor = PCI_VENDOR_ID_AL,
> + .device = PCI_DEVICE_ID_AL_M7101,
> + .subvendor = PCI_ANY_ID,
> + .subdevice = PCI_ANY_ID,
> + },

The indentation looks a bit b0rked..

-
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/