ACPICA: Add argument typechecking for all predefined ACPI names
Fully implements typechecking on all incoming arguments for all predefined names. This ensures that ACPI-related drivers are passing the correct number of arguments, each of the correct object type. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Acked-by: Len Brown <len.brown@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
@@ -87,7 +87,7 @@ acpi_ut_evaluate_object(struct acpi_namespace_node * prefix_node,
|
||||
}
|
||||
|
||||
info->prefix_node = prefix_node;
|
||||
info->pathname = path;
|
||||
info->relative_pathname = path;
|
||||
|
||||
/* Evaluate the object/method */
|
||||
|
||||
|
Reference in New Issue
Block a user