Page MenuHomeFreeBSD

LinuxKPI: acpi; fix type to acpi_get_handle()
ClosedPublic

Authored by bz on Aug 21 2025, 8:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 9, 12:24 AM
Unknown Object (File)
Thu, Nov 6, 10:13 PM
Unknown Object (File)
Thu, Nov 6, 6:10 PM
Unknown Object (File)
Tue, Nov 4, 9:02 PM
Unknown Object (File)
Fri, Oct 31, 1:13 AM
Unknown Object (File)
Thu, Oct 30, 1:37 AM
Unknown Object (File)
Sun, Oct 26, 11:59 AM
Unknown Object (File)
Tue, Oct 21, 7:56 PM
Subscribers

Details

Summary

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
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable