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)
Sat, Sep 12, 7:35 PM
Unknown Object (File)
Aug 13 2026, 7:33 PM
Unknown Object (File)
Aug 12 2026, 5:35 PM
Unknown Object (File)
Aug 12 2026, 11:36 AM
Unknown Object (File)
Aug 11 2026, 11:55 PM
Unknown Object (File)
Aug 10 2026, 7:08 AM
Unknown Object (File)
Aug 8 2026, 11:27 PM
Unknown Object (File)
Aug 8 2026, 5:46 AM
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