commit | b92f7a9f94841f3f0d39127a83c8728505a82fd5 | [log] [tgz] |
---|---|---|
author | Zhang Rui <rui.zhang@intel.com> | Tue Sep 03 08:31:53 2013 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Sep 24 01:37:54 2013 +0200 |
tree | af745575c96516847915d1f3683abb62a557c86a | |
parent | 6c7fe47a4a3c6e243830ba5f9c6908a38f5ee3ed [diff] |
intel-rst: 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/intel-rst.c Signed-off-by: Zhang Rui <rui.zhang@intel.com> CC: Matthew Garrett <matthew.garrett@nebula.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>