Skip to content
Commit 0e026445 authored by Len Brown's avatar Len Brown
Browse files

ACPI: delete unused acpi_evaluate_string()



Roel found a logic issue in the #if 0 acpi_evaluate_string():

-           || (element->type != ACPI_TYPE_BUFFER)
+           && (element->type != ACPI_TYPE_BUFFER)

delete the dead code.

pointed-out-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 724e6d3f
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