From: Clemens Ladisch Date: Wed, 18 Aug 2010 13:05:02 +0000 (+0200) Subject: firewire: core: do not use del_timer_sync() in interrupt context X-Git-Tag: v2.6.36-rc3~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2222bcb76790f4f61f39ec1514946a7593b07e02;p=pandora-kernel.git firewire: core: do not use del_timer_sync() in interrupt context Because we might be in interrupt context, replace del_timer_sync() with del_timer(). If the timer is already running, we know that it will clean up the transaction, so we do not need to do any further processing in the normal transaction handler. Many thanks to Yong Zhang for diagnosing this. Reported-by: Stefan Richter Signed-off-by: Clemens Ladisch Signed-off-by: Stefan Richter --- Reading git-diff-tree failed