diff options
Diffstat (limited to 'drivers/atm/idt77105.c')
-rw-r--r-- | drivers/atm/idt77105.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/atm/idt77105.c b/drivers/atm/idt77105.c index 45d506363aba..909c95bd7be2 100644 --- a/drivers/atm/idt77105.c +++ b/drivers/atm/idt77105.c | |||
@@ -368,9 +368,9 @@ EXPORT_SYMBOL(idt77105_init); | |||
368 | 368 | ||
369 | static void __exit idt77105_exit(void) | 369 | static void __exit idt77105_exit(void) |
370 | { | 370 | { |
371 | /* turn off timers */ | 371 | /* turn off timers */ |
372 | del_timer(&stats_timer); | 372 | del_timer_sync(&stats_timer); |
373 | del_timer(&restart_timer); | 373 | del_timer_sync(&restart_timer); |
374 | } | 374 | } |
375 | 375 | ||
376 | module_exit(idt77105_exit); | 376 | module_exit(idt77105_exit); |