From: Thomas Gleixner Date: Sun, 23 Mar 2014 15:09:28 +0000 (+0000) Subject: atm: firestream: Use del_timer_sync() in teardown path X-Git-Tag: v3.15-rc1~113^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aff12acccbb1d61c9a6cfeb5cdd3d083fb5e40ef;p=pandora-kernel.git atm: firestream: Use del_timer_sync() in teardown path 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed