[patch 1/2] uml: complete "[RFC] uml: add and use generic hw_controller_type->release"

From: blaisorblade
Date: Tue Jun 07 2005 - 08:37:38 EST



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 <blaisorblade@xxxxxxxx>
---

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);
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/