commit | 24dee1fc99fd6d38fc859d7f6dda1dab21493bef | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Nov 29 16:27:43 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Dec 07 01:05:50 2013 +0100 |
tree | 1377d90f45c045fdae001a580008cddcb03e4c8d | |
parent | e3f02c5228c4b600abf6ca243301176f25553bd5 [diff] |
ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one() 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. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Tested-by: Lan Tianyu <tianyu.lan@intel.com> # for USB/ACPI