[PATCH] Fix timer race
authorRalf Baechle <ralf@linux-mips.org>
Wed, 18 Oct 2006 01:15:37 +0000 (02:15 +0100)
committerJeff Garzik <jeff@garzik.org>
Sat, 21 Oct 2006 18:20:02 +0000 (14:20 -0400)
When closing the driver or reinitializing the hardware there is the
usual del_timer() race condition that exists when timers re-add
themselves.  Fix by conversion to del_timer_sync().

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found