Re: C99 Initialisers

From: David S. Miller
Date: Wed Aug 13 2003 - 12:51:58 EST


On Wed, 13 Aug 2003 10:31:51 -0700
Greg KH <greg@xxxxxxxxx> wrote:

> How about this patch?
...
> +#define PCI_DEVICE(vend,dev) \
> + .vendor = (vend), .device = (dev), \
> + .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID

Looks fine to me.
-
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/