VMCI: fix to pass correct device identity to free_irq()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 6 Sep 2013 06:39:28 +0000 (14:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 20:47:36 +0000 (13:47 -0700)
commit9089e3be60b13a1114e8afdc37c605e75cfc4a26
tree9b17c2f588b16476cb91ccd18cb8ae94a456f6dd
parent9fd379e929a2808208b1d2d4cd9697067e83a242
VMCI: fix to pass correct device identity to free_irq()

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 <yongjun_wei@trendmicro.com.cn>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_vmci/vmci_guest.c