From: Bob Moore Date: Fri, 25 Jan 2013 05:41:00 +0000 (+0000) Subject: ACPICA: AcpiGetSleepTypeData: Allow \_Sx to return either 1 or 2 integers X-Git-Tag: v3.9-rc1~146^2~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ffb94f9e6f9b11c26884f26199e3d51bb22e54;p=pandora-kernel.git ACPICA: AcpiGetSleepTypeData: Allow \_Sx to return either 1 or 2 integers Although the ACPI spec defines the \_Sx objects to return a package containing one integer, most BIOS code returns two integers and the previous code reflects that. However, we also need to support BIOS code that actually implements to the ACPI spec, and this change implements this. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed