From: Ralf Baechle Date: Wed, 18 Oct 2006 01:15:37 +0000 (+0100) Subject: [PATCH] Fix timer race X-Git-Tag: v2.6.19-rc3~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfadbd298e8b3e7f2e324696b653bb74094590db;p=pandora-kernel.git [PATCH] Fix timer race 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed