Re: C99 Initialisers

From: Jeff Garzik
Date: Wed Aug 13 2003 - 13:02:11 EST


Sam Ravnborg wrote:
On Wed, Aug 13, 2003 at 10:31:51AM -0700, Greg KH wrote:

How about this patch? If you like it I'll add the pci.h change to the
tree and let you take the tg3.c part.

+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5700) },

Why not without the extra {}'s so something like this:


+ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5701),
+ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5702),


Either way is fine with me; they're both shorter.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/