git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724e6d3
)
ACPI: delete unused acpi_evaluate_string()
author
Len Brown
<len.brown@intel.com>
Tue, 16 Feb 2010 08:01:42 +0000
(
03:01
-0500)
committer
Len Brown
<len.brown@intel.com>
Tue, 16 Feb 2010 08:17:40 +0000
(
03:17
-0500)
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>
No differences found