This occurrence of free_irq_by_irq_and_dev() was missed when converting UML to the use of hw_controller_type->release.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- linux-2.6.git-paolo/arch/um/drivers/line.c | 1 - 1 files changed, 1 deletion(-) diff -puN arch/um/drivers/line.c~uml-gen-irq-release-missed arch/um/drivers/line.c --- linux-2.6.git/arch/um/drivers/line.c~uml-gen-irq-release-missed 2005-06-07 02:25:22.000000000 +0200 +++ linux-2.6.git-paolo/arch/um/drivers/line.c 2005-06-07 02:25:22.000000000 +0200 @@ -756,7 +756,6 @@ static void unregister_winch(struct tty_ if(winch->pid != -1) os_kill_process(winch->pid, 1); - free_irq_by_irq_and_dev(WINCH_IRQ, winch); free_irq(WINCH_IRQ, winch); list_del(&winch->list); kfree(winch); _ ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel