From patchwork Wed Dec 12 19:21:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: apci: method: don't bother dumping out the _DOD contents Date: Wed, 12 Dec 2012 09:21:52 -0000 From: Colin King X-Patchwork-Id: 205629 Message-Id: <1355340112-2761-1-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Dumping the _DOD contents just clutters up the method test output, so don't dump it. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- 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++;