[PATCH] apci: method: don't bother dumping out the _DOD contents
Colin King
colin.king at canonical.com
Wed Dec 12 19:21:52 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Dumping the _DOD contents just clutters up the method test
output, so don't dump it.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
src/acpi/method/method.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index df3e45b..886b2bd 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -3536,8 +3536,6 @@ static void method_test_DOD_return(
if (method_check_type(fw, name, buf, ACPI_TYPE_PACKAGE) == FWTS_OK) {
uint32_t i;
- fwts_method_dump_object(fw, obj);
-
for (i = 0; i < obj->Package.Count; i++) {
if (obj->Package.Elements[i].Type != ACPI_TYPE_INTEGER)
failed++;
--
1.8.0
More information about the fwts-devel
mailing list