PCI: Don't use dmi_name_in_vendors in quirk
commit9251bac97d47fdaea406ea0595c2d0aa50022f12
authorJean Delvare <khali@linux-fr.org>
Sun, 15 May 2011 16:13:46 +0000 (15 18:13 +0200)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Sat, 21 May 2011 19:17:15 +0000 (21 12:17 -0700)
treea312c2f1810b9d8f8e0164113bd81a2f39227c74
parentcbfddd20937ed890ce7027fa08a7c84e977128cf
PCI: Don't use dmi_name_in_vendors in quirk

Don't use the costly dmi_name_in_vendors() when we know the string we
are looking for can only be in the DMI board name field. This is more
robust and, more importantly, much faster.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/quirks.c