]> git.baikalelectronics.ru Git - kernel.git/commit
nouveau: ACPI: Use the ACPI_COMPANION() macro directly
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 Oct 2021 16:08:06 +0000 (18:08 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 26 Oct 2021 13:48:49 +0000 (15:48 +0200)
commitf04b253e1e30456d422c0831a04c4ffdfb327d67
tree111146e670b12e3b784259c9679a570e1da41959
parent89b1f0ccd6cc69dfe4a0958e362b5d1b78e1a43d
nouveau: ACPI: Use the ACPI_COMPANION() macro directly

The ACPI_HANDLE() macro is a wrapper arond the ACPI_COMPANION()
macro and the ACPI handle produced by the former comes from the
ACPI device object produced by the latter, so it is way more
straightforward to evaluate the latter directly instead of passing
the handle produced by the former to acpi_bus_get_device().

Modify nouveau_acpi_edid() accordingly (no intentional functional
impact).

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_acpi.c