Re: [PATCH v2 5/8] driver core: implement device_for_each_child_reverse()
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2015-06-01 01:24:27
Also in:
linux-acpi, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2015-06-01 01:24:27
Also in:
linux-acpi, lkml
On Mon, May 25, 2015 at 07:09:29PM +0300, Andy Shevchenko wrote:
The new function device_for_each_child_reverse() is helpful to traverse the registered devices in a reversed order, e.g. in the case when an operation on each device should be done first on the last added device, then on one before last and so on. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>