From patchwork Wed Dec 12 19:11:57 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 _BST contents From: Colin King X-Patchwork-Id: 205626 Message-Id: <1355339517-1964-1-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Wed, 12 Dec 2012 19:11:57 +0000 From: Colin Ian King Since we just want to sanity check the type of data being returned and we can't gather _BST information from the EC we shouldn't dump the package, it makes no sense and clutters up the output. 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 2dcbee0..7831a92 100644 --- a/src/acpi/method/method.c +++ b/src/acpi/method/method.c @@ -2750,8 +2750,6 @@ static void method_test_BST_return( uint32_t i; int failed = 0; - fwts_method_dump_object(fw, obj); - if (obj->Package.Count != 4) { fwts_failed(fw, LOG_LEVEL_MEDIUM, "Method_BSTElementCount",