ACPI: remove redundant Acer blacklist entry
authorLen Brown <len.brown@intel.com>
Fri, 25 Jan 2008 20:39:50 +0000 (15:39 -0500)
committerLen Brown <len.brown@intel.com>
Sun, 3 Feb 2008 22:37:02 +0000 (17:37 -0500)
commit8964ebb8c35533f4084cc667079a0ce620356104
tree2505d18f2e5bdaf87a099778124dd9a74aa433b8
parent9135f1901ee6449dfe338adf6e40e9c2025b8150
ACPI: remove redundant Acer blacklist entry

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>
drivers/acpi/blacklist.c