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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux