[PATCH] apci: method: don't bother dumping out the _DOD contents
IvanHu
ivan.hu at canonical.com
Thu Dec 20 02:30:25 UTC 2012
On 12/13/2012 03:21 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Dumping the _DOD 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 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++;
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list