aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/af_irda.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/irda/af_irda.c')
-rw-r--r--net/irda/af_irda.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/irda/af_irda.c b/net/irda/af_irda.c
index b833677d83d6..d07e3a626446 100644
--- a/net/irda/af_irda.c
+++ b/net/irda/af_irda.c
@@ -2567,8 +2567,7 @@ bed:
2567 err); 2567 err);
2568 2568
2569 /* If watchdog is still activated, kill it! */ 2569 /* If watchdog is still activated, kill it! */
2570 if(timer_pending(&(self->watchdog))) 2570 del_timer(&(self->watchdog));
2571 del_timer(&(self->watchdog));
2572 2571
2573 IRDA_DEBUG(1, "%s(), ...waking up !\n", __func__); 2572 IRDA_DEBUG(1, "%s(), ...waking up !\n", __func__);
2574 2573