[PATCH 2/3] ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()

2013-11-28 Thread Rafael J. Wysocki
From: Rafael J. Wysocki There is no reason to pass an ACPI handle to acpi_bind_one() instead of a struct acpi_device pointer to the target device object, so modify that function to take a struct acpi_device pointer as its second argument and update all code depending on it accordingly.

[PATCH 2/3] ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()

2013-11-28 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com There is no reason to pass an ACPI handle to acpi_bind_one() instead of a struct acpi_device pointer to the target device object, so modify that function to take a struct acpi_device pointer as its second argument and update all code depending on