]> git.karo-electronics.de Git - karo-tx-linux.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)
commitef22d576dd9d028dba53476bbcfc36aa1b5d768b
tree7b17f2ce1075f8fc33f4c2c449e48dd35e24b156
parent6d6dfb4f4aa9ee352a199b5379942350bdd26e64
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