summaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-13 20:26:28 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-20 20:33:13 +0200
commit0ea3ef240c49113cefbaab1f3dbf5b7f46837fc0 (patch)
treeb54a214ab1764086519a19a1a1a879bb5eacc7ee /include/acpi
parentf8128c390e58928b16f197416d417cfa4c65f610 (diff)
downloadlwn-0ea3ef240c49113cefbaab1f3dbf5b7f46837fc0.tar.gz
lwn-0ea3ef240c49113cefbaab1f3dbf5b7f46837fc0.zip
ACPI: video: 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 'include/acpi')
0 files changed, 0 insertions, 0 deletions