git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
898d105
)
Input: hil-mlc - use del_timer_sync() when unloading the driver
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 12 Dec 2009 05:39:51 +0000
(21:39 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 12 Dec 2009 07:45:25 +0000
(23:45 -0800)
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 <dtor@mail.ru>
No differences found