Skip to content
Commit 9b40eebc authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

ACPICA: Fix acpi_evaluate_object_typed()

Commit 2d2a9543

 (ACPICA: Update two error messages to emit
control method name) causes acpi_evaluate_object_typed() to fail
if its pathname argument is NULL, but some callers of that function
in the kernel, particularly acpi_nondev_subnode_data_ok(), pass
NULL as pathname to it and expect it to work.

For this reason, make acpi_evaluate_object_typed() check if its
pathname argument is NULL and fall back to using the pathname of
its handle argument if that is the case.

Reported-by: default avatarSakari Ailus <sakari.ailus@intel.com>
Tested-by: default avatarYang, Hyungwoo <hyungwoo.yang@intel.com>
Fixes: 2d2a9543

 (ACPICA: Update two error messages to emit control method name)
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 14ccee78
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment