From: Peter Huewe Date: Thu, 15 Jul 2010 18:36:41 +0000 (+0200) Subject: [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) X-Git-Tag: v2.6.36-rc1~578^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c789bb2bcdcaa8f1f60687b4a9dbd02ffddd88;p=pandora-kernel.git [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 Signed-off-by: Dave Jones --- Reading git-diff-tree failed