UACPI: Difference between revisions

3 bytes removed ,  2 months ago
[unchecked revision][unchecked revision]
Line 230:
* well!
*/
uacpi_status retst = uacpi_get_current_resources(node, &kb_res);
if (uacpi_unlikely_error(retst)) {
log_error("unable to retrieve PS2K resources: %s", uacpi_status_to_string(retst));
return -ENODEV;
}
Anonymous user