Author: blogic Date: 2015-10-05 12:27:04 +0200 (Mon, 05 Oct 2015) New Revision: 47121
Modified: trunk/target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch Log: ramips: fix use remove_irq to release irqaction resource Signed-off-by: Michael Lee <[email protected]> Modified: trunk/target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch =================================================================== --- trunk/target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch 2015-10-05 10:27:00 UTC (rev 47120) +++ trunk/target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch 2015-10-05 10:27:04 UTC (rev 47121) @@ -47,7 +47,7 @@ + break; + + cp0_timer_irq_installed = 0; -+ free_irq(evt->irq, &c0_compare_irqaction); ++ remove_irq(evt->irq, &c0_compare_irqaction); + break; + + default: _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
