git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6dfb4
)
vme: vme_ca91cx42.c: fix to pass correct device identity to free_irq()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Mon, 26 Aug 2013 04:04:05 +0000
(12:04 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 04:49:26 +0000
(21:49 -0700)
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>
No differences found