Skip to content
Commit 48a0b740 authored by Will Newton's avatar Will Newton Committed by Linus Torvalds
Browse files

arch/um/drivers/line.c: safely iterate over list of winch handlers



unregister_winch() should use list_for_each_safe(), as it can delete from
the list.

Signed-off-by: default avatarWill Newton <will.newton@gmail.com>
Cc: richard -rw- weinberger <richard.weinberger@gmail.com>
Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 94295e23
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