You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we include a few panics and assertions in the code that
generates AML bytecode for our ACPI tables.
Change the AML methods to explicitly return a Result type and substitute
these panics and assertions with error types. Also, change some type
methods that now need to return a Result as well.
Signed-off-by: Babis Chalios <[email protected]>
0 commit comments