commit | 55c789bb2bcdcaa8f1f60687b4a9dbd02ffddd88 | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Thu Jul 15 20:36:41 2010 +0200 |
committer | Dave Jones <davej@redhat.com> | Tue Aug 03 13:47:05 2010 -0400 |
tree | f38ecbc4ff26f2751f86d99fd790a76345dd32ac | |
parent | ccc5638a20b0eb3a66666d9d4dd8fe8f5ad40386 [diff] |
[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>