Re: [patch 07/16] atm: firestream: Use del_timer_sync() in teardown path

2014-03-25 Thread David Miller
From: Thomas Gleixner Date: Sun, 23 Mar 2014 15:09:28 - > The device is about to vanish. So we need to make sure that the timer > is completely stopped and the callback is not running on another CPU. > > Signed-off-by: Thomas Gleixner Applied. -- To unsubscribe from this list: send the lin

[patch 07/16] atm: firestream: Use del_timer_sync() in teardown path

2014-03-23 Thread Thomas Gleixner
The device is about to vanish. So we need to make sure that the timer is completely stopped and the callback is not running on another CPU. Signed-off-by: Thomas Gleixner Cc: Chas Williams Cc: atm Cc: netdev --- drivers/atm/firestream.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)