commit | 61a3c78d991c7f5e189e82fa54ddaa9d514544a2 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 27 18:59:06 2021 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Oct 28 16:53:24 2021 +0200 |
tree | 248b5020362714a0859f24a40d51721f8705eff8 | |
parent | 87440d70a4bf2e6196496cba75a757a6367d8b04 [diff] |
ACPI: glue: Use acpi_device_adr() in acpi_find_child_device() Instead of evaluating _ADR in acpi_find_child_device(), use the observation that it has already been evaluated and the value returned by it has been stored in the pnp.type.bus_address field of the ACPI device object at hand. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>