Skip to content
Commit 07761a4c authored by chenqiwu's avatar chenqiwu Committed by Rafael J. Wysocki
Browse files

ACPI: list_for_each_safe() -> list_for_each_entry_safe()



Replace list_for_each_safe() and open-coded list entry address
computations with list_for_each_entry_safe() in several places to
simplify code.

Signed-off-by: default avatarchenqiwu <chenqiwu@xiaomi.com>
[ rjw: Subject & changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 98d54f81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment