summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-10-05 10:27:04 +0000
committerJohn Crispin <john@openwrt.org>2015-10-05 10:27:04 +0000
commit10f75a2b7fbb4df436c99a61697a9873304c1ce5 (patch)
tree7779343a441728e424de616fdef08d95dceca172
parentccf89e71f28e68b9791b8442725d70e8e03614cf (diff)
downloadmaster-31e0f0ae-10f75a2b7fbb4df436c99a61697a9873304c1ce5.tar.gz
master-31e0f0ae-10f75a2b7fbb4df436c99a61697a9873304c1ce5.tar.bz2
master-31e0f0ae-10f75a2b7fbb4df436c99a61697a9873304c1ce5.zip
ramips: fix use remove_irq to release irqaction resource
Signed-off-by: Michael Lee <igvtee@gmail.com> SVN-Revision: 47121
-rw-r--r--target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch2
1 files changed, 1 insertions, 1 deletions
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 <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: