Re: [PATCH] VMCI: fix to pass correct device identity to free_irq()

2013-09-06 Thread Andy King
> free_irq() expects the same device identity that was passed to > corresponding request_irq(), otherwise the IRQ is not freed. > > Signed-off-by: Wei Yongjun Acked-by: Andy King Thanks for fixing this! - Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: [PATCH] VMCI: fix to pass correct device identity to free_irq()

2013-09-05 Thread Dmitry Torokhov
On Fri, Sep 06, 2013 at 02:39:28PM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > free_irq() expects the same device identity that was passed to > corresponding request_irq(), otherwise the IRQ is not freed. > > Signed-off-by: Wei Yongjun Acked-by: Dmitry Torokhov > --- > drivers/misc/vm

[PATCH] VMCI: fix to pass correct device identity to free_irq()

2013-09-05 Thread Wei Yongjun
From: Wei Yongjun free_irq() expects the same device identity that was passed to corresponding request_irq(), otherwise the IRQ is not freed. Signed-off-by: Wei Yongjun --- drivers/misc/vmw_vmci/vmci_guest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/vmw_v