summaryrefslogtreecommitdiff
path: root/drivers/acpi/property.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-13 21:15:26 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-20 21:33:05 +0300
commitabda0af4cd3b4703649ca78abf8d283f279a3f90 (patch)
tree12b921b7220b9783d1c9dcf69b2c0f1a2d484c98 /drivers/acpi/property.c
parentbf5fb8ae8248c30422e50a30c73e88a4590ed74e (diff)
downloadlinux-abda0af4cd3b4703649ca78abf8d283f279a3f90.tar.xz
ACPI: container: 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>
Diffstat (limited to 'drivers/acpi/property.c')
0 files changed, 0 insertions, 0 deletions