From: Wei Yongjun Date: Fri, 6 Sep 2013 06:39:28 +0000 (+0800) Subject: VMCI: fix to pass correct device identity to free_irq() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~65^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9089e3be60b13a1114e8afdc37c605e75cfc4a26;p=pandora-kernel.git 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 Acked-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed