[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <37C4B87385134E45B7F39B3000A56E9509248AEA@G4W3229.americas.hpqcorp.net>
Date: Fri, 2 Dec 2011 15:50:41 +0000
From: "Altobelli, David" <david.altobelli@...com>
To: Axel Lin <axel.lin@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: Jiri Slaby <jirislaby@...il.com>, Alex Dubov <oakad@...oo.com>,
Brent Casavant <bcasavan@....com>,
J Freyensee <james_p_freyensee@...ux.intel.com>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <greg@...ah.com>
Subject: RE: [PATCH] MISC: Convert to DEFINE_PCI_DEVICE_TABLE
-----Original Message-----
> From: Axel Lin
> Subject: [PATCH] MISC: Convert to DEFINE_PCI_DEVICE_TABLE
> Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE
> tables. Also convert to the PCI_DEVICE/PCI_VDEVICE macros for better
> readablity.
> drivers/misc/hpilo.c | 2 +-
> diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c
> index fffc227..f705cbb 100644
> --- a/drivers/misc/hpilo.c
> +++ b/drivers/misc/hpilo.c
> @@ -828,7 +828,7 @@ out:
> return error;
> }
> -static struct pci_device_id ilo_devices[] = {
> +static DEFINE_PCI_DEVICE_TABLE(ilo_devices) = {
> { PCI_DEVICE(PCI_VENDOR_ID_COMPAQ, 0xB204) },
> { PCI_DEVICE(PCI_VENDOR_ID_HP, 0x3307) },
> { }
Acked-by: David Altobelli <david.altobelli@...com>
Thanks
Powered by blists - more mailing lists