commit | 2f2d39d2843570e81be6d53da6052f6752dc3c45 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Jan 05 11:23:15 2007 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Feb 07 15:50:06 2007 -0800 |
tree | 76b57ace5a843d2ed24dfab6297bbd6d6d8fb3f7 | |
parent | 15a260d53f7ca026e45109d2c2bec8c4b087780b [diff] |
PCI: Speed up the Intel SMBus unhiding quirk Speed up the Intel SMBus PCI quirk by avoiding tests which can only fail. This also makes the compiled code significantly smaller when using gcc 3.2/3.4. gcc 4.x appears to optimize the code by itself so this change doesn't make a difference there. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>