X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Facpi%2Fparser%2Fpstree.c;h=1dd355ddd182da6b2a903b3579589e23564cb35d;hb=c32f1a34ff1097110469a240ea4539dc9c101e96;hp=966e7ea2a0c49b2cdc9a25e76fb23f9c02a9a3d1;hpb=1fcb71b84b05ff3bfd5b5b2eca9a9b3d13a76e3a;p=linux-2.6 diff --git a/drivers/acpi/parser/pstree.c b/drivers/acpi/parser/pstree.c index 966e7ea2a0..1dd355ddd1 100644 --- a/drivers/acpi/parser/pstree.c +++ b/drivers/acpi/parser/pstree.c @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2007, R. Byron Moore + * Copyright (C) 2000 - 2008, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -171,6 +171,8 @@ acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) while (arg) { arg->common.parent = op; arg = arg->common.next; + + op->common.arg_list_length++; } }