diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-05 10:27:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-05 10:27:04 +0000 |
commit | 5dce8a9c6aac8485862db52369f95b96138ea082 (patch) | |
tree | c59da7c0da4bab46fd18bfe930fa5997a6114e08 /target | |
parent | d5fee1ef4c68adccb12b9bb987f0a6b06f4572c5 (diff) | |
download | master-187ad058-5dce8a9c6aac8485862db52369f95b96138ea082.tar.gz master-187ad058-5dce8a9c6aac8485862db52369f95b96138ea082.tar.bz2 master-187ad058-5dce8a9c6aac8485862db52369f95b96138ea082.zip |
ramips: fix use remove_irq to release irqaction resource
Signed-off-by: Michael Lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/patches-3.18/0017-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch | 2 |
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: |