From: Shaohua Li Date: Wed, 23 Dec 2009 09:04:11 +0000 (+0800) Subject: ACPI: fix OSC regression that caused aer and pciehp not to load X-Git-Tag: v2.6.33-rc2~3^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc130fccb874f2959ef313d7922d306dc6d4f75;p=pandora-kernel.git ACPI: fix OSC regression that caused aer and pciehp not to load Executing _OSC returns a buffer, which has an acpi object in it. Don't directly returns the buffer, instead, we return the acpi object's buffer. This fixes a regression since caller of acpi_run_osc expects an acpi object's buffer returned. Tested-by: Yinghai Lu Signed-off-by: Shaohua Li Signed-off-by: Len Brown --- Reading git-diff-tree failed