]> git.karo-electronics.de Git - karo-tx-linux.git/commit
del_timer_sync() calls debug_object_assert_init() to assert that a timer
authorChristine Chan <cschan@codeaurora.org>
Wed, 24 Aug 2011 23:46:25 +0000 (09:46 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Sep 2011 05:16:04 +0000 (15:16 +1000)
commit0afebc124c54a674c563d16d473d07845bcde7a1
tree0a6f4bcb6be3132b9829a998aa010dedcb74400f
parent0f8478602afca658728b4a2fcf214d21b800006f
del_timer_sync() calls debug_object_assert_init() to assert that a timer
has been initialized before calling lock_timer_base().  lock_timer_base()
would spin forever on a NULL(uninit-ed) base.  The check is added to
del_timer() to prevent silent failure, even though it would not get stuck
in an infinite loop.

Signed-off-by: Christine Chan <cschan@codeaurora.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/timer.c