ramips: fix use remove_irq to release irqaction resource
Signed-off-by: Michael Lee <igvtee@gmail.com> SVN-Revision: 47121
This commit is contained in:
		| @@ -47,7 +47,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> | |||||||
| +			break; | +			break; | ||||||
| + | + | ||||||
| +		cp0_timer_irq_installed = 0; | +		cp0_timer_irq_installed = 0; | ||||||
| +		free_irq(evt->irq, &c0_compare_irqaction); | +		remove_irq(evt->irq, &c0_compare_irqaction); | ||||||
| +		break; | +		break; | ||||||
| + | + | ||||||
| +	default: | +	default: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin