From patchwork Wed Dec 12 19:15:23 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 _BIF contents Date: Wed, 12 Dec 2012 09:15:23 -0000 From: Colin King X-Patchwork-Id: 205627 Message-Id: <1355339723-2182-1-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Dumping the _BIF 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 7831a92..a50809a 100644 --- a/src/acpi/method/method.c +++ b/src/acpi/method/method.c @@ -2427,8 +2427,6 @@ static void method_test_BIF_return( uint32_t i; int failed = 0; - fwts_method_dump_object(fw, obj); - if (obj->Package.Count != 13) { fwts_failed(fw, LOG_LEVEL_MEDIUM, "Method_BIFElementCount",