From: Zhang Rui Date: Tue, 3 Sep 2013 00:32:09 +0000 (+0800) Subject: acpi_processor: convert acpi_evaluate_object() to acpi_evaluate_integer() X-Git-Tag: v3.13-rc1~96^2~28^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ebb5bc9e61be4315202c15a0f53f636e8f0bf2e;p=pandora-kernel.git acpi_processor: convert acpi_evaluate_object() to acpi_evaluate_integer() acpi_evaluate_integer() is an ACPI API introduced to evaluate an ACPI control method that is known to have an integer return value. This API can simplify the code because the calling function does not need to use the specified acpi_buffer structure required by acpi_evaluate_object(); Convert acpi_evaluate_object() to acpi_evaluate_integer() in drivers/acpi/acpi_processor.c in this patch. Signed-off-by: Zhang Rui Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed