mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
list_for_each_entry_safe() is necessary if list objects are deleted from the list while traversing it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>