ACPI: AC: Rename ACPI device from device to adev
authorMichal Wilczynski <michal.wilczynski@intel.com>
Wed, 11 Oct 2023 08:33:32 +0000 (11:33 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 17 Oct 2023 13:43:30 +0000 (15:43 +0200)
commitc7b59371fe56fd98255f87a3e9383c80cb92377e
tree85a35bd061718e49ef7e2537b4206491800426d6
parent5829046825ac89fffc60f2670bc564fda2c0155a
ACPI: AC: Rename ACPI device from device to adev

Since transformation from ACPI driver to platform driver there are two
devices on which the driver operates - ACPI device and platform device.
For the sake of reader this calls for the distinction in their naming,
to avoid confusion. Rename device to adev, as corresponding
platform device is called pdev.

Signed-off-by: Michal Wilczynski <michal.wilczynski@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ac.c