ACPI: acpi_pad: Rename ACPI device from device to adev
authorMichal Wilczynski <michal.wilczynski@intel.com>
Wed, 18 Oct 2023 19:09:45 +0000 (22:09 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 24 Oct 2023 18:54:29 +0000 (20:54 +0200)
commit5ccd40c5c7ada69d7465478336eb50ea93d54d6d
treeafd21a4db92c1d2aa1d242ff74ce1cc138774bd2
parentd7228c7169e7f84013a909055c52585a8d4e1ab0
ACPI: acpi_pad: 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/acpi_pad.c