diff options
author | Len Brown <len.brown@intel.com> | 2010-02-16 09:01:42 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-02-16 09:17:40 +0100 |
commit | 0e026445fb36852d3102cb8bb24868765fe5816a (patch) | |
tree | 79bd261ac1117525f3b37d6d82a2dfd2a57d39f7 /lib | |
parent | Linux 2.6.33-rc8 (diff) | |
download | linux-0e026445fb36852d3102cb8bb24868765fe5816a.tar.xz linux-0e026445fb36852d3102cb8bb24868765fe5816a.zip |
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: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions