ramips: fix use remove_irq to release irqaction resource

Signed-off-by: Michael Lee <igvtee@gmail.com>

SVN-Revision: 47121
master
John Crispin 9 years ago
parent ccf89e71f2
commit 10f75a2b7f
  1. 2
      target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch

@ -47,7 +47,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ break;
+
+ cp0_timer_irq_installed = 0;
+ free_irq(evt->irq, &c0_compare_irqaction);
+ remove_irq(evt->irq, &c0_compare_irqaction);
+ break;
+
+ default:

Loading…
Cancel
Save