c53c083071d70935b51eb7adab844233779 parent 1bf145fed572583d4cb7c1784689a0b42c997ba6 author Clemens Ladisch 1282136702 +0200 committer Stefan Richter 1282242505 +0200 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 òÝ