commit | 9251bac97d47fdaea406ea0595c2d0aa50022f12 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun May 15 18:13:46 2011 +0200 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Sat May 21 12:17:15 2011 -0700 |
tree | a312c2f1810b9d8f8e0164113bd81a2f39227c74 | |
parent | cbfddd20937ed890ce7027fa08a7c84e977128cf [diff] |
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>