ACPI: scan: Use the acpi_device_is_present() helper in more places
authorJames Morse <james.morse@arm.com>
Fri, 20 Oct 2023 13:59:48 +0000 (14:59 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 20 Oct 2023 16:49:31 +0000 (18:49 +0200)
commitb5bdb60faaaff11bcfc9a90372158bc56e7ff544
tree16d0634cbc40e5c3135c950023551ed1314af61a
parent58720809f52779dc0f08e53e54b014209d13eebb
ACPI: scan: Use the acpi_device_is_present() helper in more places

acpi_device_is_present() checks the present or functional bits
from the cached copy of _STA.

A few places open-code this check. Use the helper instead to
improve readability.

Signed-off-by: James Morse <james.morse@arm.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Miguel Luis <miguel.luis@oracle.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/scan.c