From: Dmitry Torokhov Date: Sat, 12 Dec 2009 05:39:51 +0000 (-0800) Subject: Input: hil-mlc - use del_timer_sync() when unloading the driver X-Git-Tag: v2.6.33-rc1~61^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40ec6ff2f42b5516d77a5c34bfa6a9ce45834f4;p=pandora-kernel.git Input: hil-mlc - use del_timer_sync() when unloading the driver del_timer() does not wait for the timer to finish running before returning and therefore is technically not safe. Also make sure to enable tasklet before kicking timer that will schedule it. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed