Commit 9e350f18 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] Suppose we unload with the timer function live ?

parent 3f967cd9
......@@ -1631,7 +1631,7 @@ static void __exit exit_i82365(void)
#endif
unregister_ss_entry(&pcic_operations);
if (poll_interval != 0)
del_timer(&poll_timer);
del_timer_sync(&poll_timer);
#ifdef CONFIG_ISA
if (grab_irq != 0)
free_irq(cs_irq, pcic_interrupt);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment