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

Andy Shevchenko posted 5 patches 3 months, 4 weeks ago
drivers/acpi/proc.c   | 17 +++++++----------
drivers/acpi/wakeup.c |  4 ++--
2 files changed, 9 insertions(+), 12 deletions(-)
[PATCH v1 0/5] ACPI: proc: A few cleanups
Posted by Andy Shevchenko 3 months, 4 weeks ago
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(-)

-- 
2.47.2
Re: [PATCH v1 0/5] ACPI: proc: A few cleanups
Posted by Andy Shevchenko 3 months, 2 weeks ago
On Thu, Jun 12, 2025 at 11:11:24PM +0300, Andy Shevchenko wrote:
> 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.

Hmm... Any comments on this? Do I need to do anything?

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v1 0/5] ACPI: proc: A few cleanups
Posted by Rafael J. Wysocki 3 months, 2 weeks ago
On Tue, Jun 24, 2025 at 4:04 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> On Thu, Jun 12, 2025 at 11:11:24PM +0300, Andy Shevchenko wrote:
> > 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.
>
> Hmm... Any comments on this? Do I need to do anything?

Nope.  All queued up for 6.17, thanks!