]> git.baikalelectronics.ru Git - kernel.git/commit
vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 26 Aug 2013 04:04:05 +0000 (12:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 04:49:26 +0000 (21:49 -0700)
commite0b9f5c5d03c6a286e4a6c85796b250df650c089
tree7b17f2ce1075f8fc33f4c2c449e48dd35e24b156
parent06717eb44da9588c1c2715e0e3dbb32a80a16248
vme: vme_ca91cx42.c: 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/vme/bridges/vme_ca91cx42.c