HomeFreeBSD

LinuxKPI: acpi; fix type to acpi_get_handle()

Description

LinuxKPI: acpi; fix type to acpi_get_handle()

The native AcpiGetHandle() and acpi_get_handle() take a
const char * argument for pathname and not an acpi_string (char *).
For that they spell it out fully as 'const char *', so should we.

Sponsored by: The FreeBSD Foundation (intially)
Reviewed by: dumbbell
Differential Revision: https://reviews.freebsd.org/D52072

(cherry picked from commit c1264b6238c97810849bc38818d27c1ade1d4fc1)

Details

Provenance
bzAuthored on Sep 4 2025, 8:23 PM
Reviewer
dumbbell
Differential Revision
D52072: LinuxKPI: acpi; fix type to acpi_get_handle()
Parents
rGab45c859374d: LinuxKPI: correct the LINUXKPI_VERSION check for abs_diff()
Branches
Unknown
Tags
Unknown