[CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
authorPeter Huewe <peterhuewe@gmx.de>
Thu, 15 Jul 2010 18:36:41 +0000 (20:36 +0200)
committerDave Jones <davej@redhat.com>
Tue, 3 Aug 2010 17:47:05 +0000 (13:47 -0400)
commit55c789bb2bcdcaa8f1f60687b4a9dbd02ffddd88
treef38ecbc4ff26f2751f86d99fd790a76345dd32ac
parentccc5638a20b0eb3a66666d9d4dd8fe8f5ad40386
[CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)

This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and
.subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the
PCI_VDEVICE macro, and thus improves readability.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/gx-suspmod.c