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:
4bc8cad
)
video: vt8500lcdfb: Remove kfree call since devm_kzalloc() is used
author
Emil Goode
<emilgoode@gmail.com>
Fri, 20 Jun 2014 21:50:37 +0000
(23:50 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 26 Jun 2014 11:40:07 +0000
(14:40 +0300)
We use devm_kzalloc() to allocate memory for the struct vt8500lcd_info
pointer fbi, so there is no need to free it in vt8500lcd_remove().
Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found