Re: [patch 16/16] input: serio: hp_sdc: Use del_timer_sync() in exit path

2014-03-23 Thread Dmitry Torokhov
On Sun, Mar 23, 2014 at 03:09:33PM -, Thomas Gleixner wrote: > Make sure that no callback is running before we teardown the module. > Applied, thank you Thomas. > Signed-off-by: Thomas Gleixner > Cc: Dmitry Torokhov > Cc: input > --- > drivers/input/serio/hp_sdc.c |2 +- > 1 file cha

[patch 16/16] input: serio: hp_sdc: Use del_timer_sync() in exit path

2014-03-23 Thread Thomas Gleixner
Make sure that no callback is running before we teardown the module. Signed-off-by: Thomas Gleixner Cc: Dmitry Torokhov Cc: input --- drivers/input/serio/hp_sdc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: tip/drivers/input/serio/hp_sdc.c =