]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
PCI: allow pci driver to support only dynids
authorChris Wright <chrisw@sous-sol.org>
Wed, 26 Nov 2008 03:36:10 +0000 (19:36 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:12:37 +0000 (11:12 -0800)
commit2debb4d2019fa05a0896f1591dea0e0dc21bc046
tree56ad7710870e340a3a37b11ff670f69d03ab7d8c
parent56ee325e25a0f76fc3267872867b3d70af179aad
PCI: allow pci driver to support only dynids

commit b41d6cf38e27 (PCI: Check dynids driver_data value for validity)
requires all drivers to include an id table to try and match
driver_data.  Before validating driver_data check driver has an id
table.

Acked-by: Jean Delvare <khali@linux-fr.org>
Cc: Milton Miller <miltonm@bga.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci-driver.c