summaryrefslogtreecommitdiff
path: root/drivers/leds/simple/Makefile
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-13 21:31:08 +0300
committerLee Jones <lee.jones@linaro.org>2022-06-27 14:22:06 +0300
commit0c9b9c2ac0df57b6b5949a51c45043b345698428 (patch)
tree5e72357bca68e299dbd888ecfd38d64435d24cbc /drivers/leds/simple/Makefile
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
downloadlinux-0c9b9c2ac0df57b6b5949a51c45043b345698428.tar.xz
mfd: core: Use acpi_dev_for_each_child()
Instead of walking the list of children of an ACPI device directly, use acpi_dev_for_each_child() to carry out an action for all of the given ACPI device's children. This will help to eliminate the children list head from struct acpi_device as it is redundant and it is used in questionable ways in some places (in particular, locking is needed for walking the list pointed to it safely, but it is often missing). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/2726954.BEx9A2HvPv@kreacher
Diffstat (limited to 'drivers/leds/simple/Makefile')
0 files changed, 0 insertions, 0 deletions