]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ACPI / processor: Pass processor object handle to acpi_bind_one()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 May 2013 08:40:56 +0000 (10:40 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 1 Jun 2013 19:37:10 +0000 (21:37 +0200)
commitbe547436c22c3b7d934d9afd841cfd7a6807f7ab
tree66e77012040799afb7baa1c8a87372452d480a5d
parent2e199192df85eb936a7829dc28b57b85c59c86fc
ACPI / processor: Pass processor object handle to acpi_bind_one()

Make acpi_processor_add() pass the ACPI handle of the processor
namespace object to acpi_bind_one() instead of setting it directly
to allow acpi_bind_one() to catch possible bugs causing the ACPI
handle of the processor device to be set earlier.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
drivers/acpi/acpi_processor.c