mbox series

[v1,0/5] ACPI: proc: A few cleanups

Message ID 20250612201321.3536493-1-andriy.shevchenko@linux.intel.com
Headers show
Series ACPI: proc: A few cleanups | expand

Message

Andy Shevchenko June 12, 2025, 8:11 p.m. UTC
While looking into warning related to export.h inclusion, I took
the opportunity to make the module up-to-date to the modern APIs.
Hence this mini-series. Note, the first patch is to make the used
type consistent across the files.

Andy Shevchenko (5):
  ACPI: wakeup: Drop unneeded casting for sleep_state
  ACPI: proc: Use correct format specifier and drop casting
  ACPI: proc: Remove unused header
  ACPI: proc: Use str_enabled_disabled() helper
  ACPI: proc: Prefer to use octal permission

 drivers/acpi/proc.c   | 17 +++++++----------
 drivers/acpi/wakeup.c |  4 ++--
 2 files changed, 9 insertions(+), 12 deletions(-)