From: Len Brown Date: Fri, 25 Jan 2008 20:39:50 +0000 (-0500) Subject: ACPI: remove redundant Acer blacklist entry X-Git-Tag: v2.6.25-rc1~297^2~3^2~2^2~1^2~5^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8964ebb8c35533f4084cc667079a0ce620356104;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed