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:
6c7e346
)
[media] marvell-ccic: drop free_irq for devm_request_irq allocated irq
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 24 Sep 2013 02:35:50 +0000
(23:35 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Thu, 17 Oct 2013 14:28:09 +0000
(11:28 -0300)
irq allocated with devm_request_irq should not be freed using
free_irq, because doing so causes a dangling pointer, and a
subsequent double free.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found