git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9135f19
)
ACPI: remove redundant Acer blacklist entry
author
Len Brown
<len.brown@intel.com>
Fri, 25 Jan 2008 20:39:50 +0000
(15:39 -0500)
committer
Len Brown
<len.brown@intel.com>
Sun, 3 Feb 2008 22:37:02 +0000
(17:37 -0500)
dmi_check_system() does sub-string matching using strstr(),
rather than exact string compares with !strcmp().
So delete the longer of the Acer blacklist entries, as its
function is just a redundant console message.
Spotted-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found