commit | ef22d576dd9d028dba53476bbcfc36aa1b5d768b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Aug 26 12:04:05 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 27 21:49:26 2013 -0700 |
tree | 7b17f2ce1075f8fc33f4c2c449e48dd35e24b156 | |
parent | 6d6dfb4f4aa9ee352a199b5379942350bdd26e64 [diff] |
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>