From: Oliver Neukum Date: Mon, 16 Apr 2012 13:28:28 +0000 (+0200) Subject: uwb: fix use of del_timer_sync() in interrupt X-Git-Tag: v3.2.17~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f274aeb59471c970756082dd94c8db630495f3;p=pandora-kernel.git uwb: fix use of del_timer_sync() in interrupt commit 9426cd05682745d1024dbabdec5631309bd2f480 upstream. del_timer_sync() cannot be used in interrupt. Replace it with del_timer() and a flag Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed