[PATCH] acpi: method: don't bother dumping _WAK package, it's just noise
Colin King
colin.king at canonical.com
Wed Dec 12 18:31:22 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Since we don't care about the contents returned by _WAK we may
as well not dump the entire package returned when evaluating it.
This removes a lot of unnecessary noise from the test results.
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 be274b9..3ec7836 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -3419,8 +3419,6 @@ static void method_test_WAK_return(
FWTS_UNUSED(private);
if (method_check_type(fw, name, buf, ACPI_TYPE_PACKAGE) == FWTS_OK) {
- fwts_method_dump_object(fw, obj);
-
if (obj->Package.Count != 2) {
fwts_failed(fw, LOG_LEVEL_MEDIUM,
"Method_WAKElementCount",
--
1.8.0
More information about the fwts-devel
mailing list