Re: [PATCH] ACPI / scan: User direct recurrence for device hierarchy walks

2013-11-22 Thread Rafael J. Wysocki
On Saturday, November 23, 2013 12:22:23 AM Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Rework acpi_bus_trim() and acpi_bus_device_attach(), which is > renamed as acpi_bus_attach(), to walk the list of each device > object's children directly and call themselves recursively for > each c

[PATCH] ACPI / scan: User direct recurrence for device hierarchy walks

2013-11-22 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Rework acpi_bus_trim() and acpi_bus_device_attach(), which is renamed as acpi_bus_attach(), to walk the list of each device object's children directly and call themselves recursively for each child instead of using acpi_walk_namespace(). This simplifies the code quite a b