mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-05 04:33:05 +09: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>