From: blogic Date: Mon, 5 Oct 2015 10:27:04 +0000 (+0000) Subject: ramips: fix use remove_irq to release irqaction resource X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=aed12db82426967761e14108a66dd66e69b1f341;p=openwrt.git ramips: fix use remove_irq to release irqaction resource Signed-off-by: Michael Lee git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47121 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch b/target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch index 310d362016..6bf0401f06 100644 --- a/target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch +++ b/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 + break; + + cp0_timer_irq_installed = 0; -+ free_irq(evt->irq, &c0_compare_irqaction); ++ remove_irq(evt->irq, &c0_compare_irqaction); + break; + + default: