-
由 Axel Lin 提交于
list_for_each_entry_safe() is necessary if list objects are deleted from the list while traversing it. Signed-off-by: NAxel Lin <axel.lin@ingics.com> Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
148bb043
list_for_each_entry_safe() is necessary if list objects are deleted from the list while traversing it. Signed-off-by: NAxel Lin <axel.lin@ingics.com> Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>