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:
5391e87
)
OMAPDSS: Remove kfree for memory allocated with devm_kzalloc
author
Emil Goode
<emilgoode@gmail.com>
Wed, 5 Jun 2013 17:29:56 +0000
(19:29 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 17 Jun 2013 11:00:56 +0000
(14:00 +0300)
It's not necessary to free memory allocated with devm_kzalloc
in a remove function and using kfree leads to a double free.
Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found