From: Zhang Rui Date: Tue, 3 Sep 2013 00:31:51 +0000 (+0800) Subject: eeepc-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method() X-Git-Tag: v3.13-rc1~96^2~28^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca41991296444ebab32c0fc9850c62d838082f2;p=pandora-kernel.git eeepc-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method() acpi_execute_simple_method() is a new ACPI API introduced to invoke an ACPI control method that has single integer parameter and no return value. Convert acpi_evaluate_object() to acpi_execute_simple_method() in drivers/platform/x86/eeepc-laptop.c Signed-off-by: Zhang Rui CC: Matthew Garrett CC: Corentin Chary Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed