projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7db22
)
ACPI: Change package length error to warning
author
Ming Ling
<ming.m.lin@intel.com>
Mon, 18 Aug 2008 02:14:59 +0000
(
04:14
+0200)
committer
Andi Kleen
<ak@linux.intel.com>
Mon, 18 Aug 2008 02:14:59 +0000
(
04:14
+0200)
The condition is harmless and no need to scare the user
http://bugzilla.kernel.org/show_bug.cgi?id=11245
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/dispatcher/dsobject.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/dispatcher/dsobject.c
b/drivers/acpi/dispatcher/dsobject.c
index
1022e38
..
0f28058
100644
(file)
--- a/
drivers/acpi/dispatcher/dsobject.c
+++ b/
drivers/acpi/dispatcher/dsobject.c
@@
-496,7
+496,7
@@
acpi_ds_build_internal_package_obj(struct acpi_walk_state *walk_state,
arg = arg->common.next;
}
- ACPI_
ERROR
((AE_INFO,
+ ACPI_
WARNING
((AE_INFO,
"Package List length (%X) larger than NumElements count (%X), truncated\n",
i, element_count));
} else if (i < element_count) {