Re: [PATCH 1/1] ACPI / property: fix data node parsing in acpi_get_next_subnode

2016-03-19 Thread Rafael J. Wysocki
On Sunday, March 13, 2016 02:33:30 AM Irina Tirdea wrote: > When an ACPI node has both ACPI device nodes and ACPI data nodes, > acpi_get_next_subnode will return the ACPI data nodes of its last > parsed child. > > Make sure that the acpi device that is parsed is the original acpi > node and not an

[PATCH 1/1] ACPI / property: fix data node parsing in acpi_get_next_subnode

2016-03-12 Thread Irina Tirdea
When an ACPI node has both ACPI device nodes and ACPI data nodes, acpi_get_next_subnode will return the ACPI data nodes of its last parsed child. Make sure that the acpi device that is parsed is the original acpi node and not any of its children. Signed-off-by: Irina Tirdea --- drivers/acpi/pro