[PATCH] apci: method: don't bother dumping out the _BIX contents

IvanHu ivan.hu at canonical.com
Thu Dec 20 02:30:12 UTC 2012


On 12/13/2012 03:16 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Dumping the _BIX 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 a50809a..df3e45b 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -2572,8 +2572,6 @@ static void method_test_BIX_return(
>   		uint32_t i;
>   		int failed = 0;
>
> -		fwts_method_dump_object(fw, obj);
> -
>   		if (obj->Package.Count != 16) {
>   			fwts_failed(fw, LOG_LEVEL_MEDIUM,
>   				"Method_BIXElementCount",
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list