commit | 9089e3be60b13a1114e8afdc37c605e75cfc4a26 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Sep 06 14:39:28 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 26 13:47:36 2013 -0700 |
tree | 9b17c2f588b16476cb91ccd18cb8ae94a456f6dd | |
parent | 9fd379e929a2808208b1d2d4cd9697067e83a242 [diff] |
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>