commit | 4cbaba4e3e4a8a00ed90193ae519c52ba01ea756 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andy.shevchenko@gmail.com> | Tue Apr 13 01:23:58 2021 +0300 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Apr 13 15:41:11 2021 +0200 |
tree | b4d7680c20cb13039e270c0d8d4245b55e52761d | |
parent | 020505581119d191ee8da478783e2465d7f5fa8e [diff] |
ACPI: bus: Introduce acpi_dev_get() and reuse it in ACPI code Introduce acpi_dev_get() to have a symmetrical API with acpi_dev_put() and reuse both in ACPI code in drivers/acpi/. While at it, use acpi_bus_put_acpi_device() in one place instead of the above. Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>