On Sun, Oct 10, 2021 at 07:23:01PM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > > The ACPI_HANDLE() macro returns the ACPI handle of the ACPI device > object returned by the ACPI_COMPANION() macro, so it is more > straightforward to call the latter directly instead of passing > the handle produced by the former to acpi_bus_get_device(). > > Modify the code accordingly (no intentional functional impact). > > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> Reviewed-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>