]> Pileus Git - ~andy/linux/commit
uwb: fix use of del_timer_sync() in interrupt
authorOliver Neukum <oliver@neukum.org>
Mon, 16 Apr 2012 13:28:28 +0000 (15:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 20:15:51 +0000 (13:15 -0700)
commit9426cd05682745d1024dbabdec5631309bd2f480
treea2db2587a008c8286cfc11fa6111bafd59faa4e9
parent2fbe2bf1fd37f9d99950bd8d8093623cf22cf08b
uwb: fix use of del_timer_sync() in interrupt

del_timer_sync() cannot be used in interrupt.
Replace it with del_timer() and a flag

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/neh.c