lkml.org 
[lkml]   [2011]   [Dec]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRE: [PATCH] MISC: Convert to DEFINE_PCI_DEVICE_TABLE
Date
-----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@hp.com>

Thanks
\
 
 \ /
  Last update: 2011-12-02 16:53    [W:0.061 / U:1.896 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site