From: Carlos Corbacho Date: Sun, 24 Feb 2008 13:34:34 +0000 (+0000) Subject: ACPI: WMI: Clean up handling of spec violating data blocks X-Git-Tag: v2.6.25-rc6~19^2~1^4~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a527f2d7fe58ce95bfec998f3dc6f658c777a2f2;p=pandora-kernel.git ACPI: WMI: Clean up handling of spec violating data blocks Acer violate the ACPI-WMI spec by declaring some of their data blocks as expensive, but with no corresponding WCxx method. There is already some workaround code in to handle the initial WCxx call (we just ignore a failure here); but we need to properly check if the second, "clean up", WCxx call is actually needed or not, rather than fail simply because it isn't there. Signed-off-by: Carlos Corbacho Signed-off-by: Len Brown --- Reading git-diff-tree failed