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:
a4419f3
)
OMAPDSS: Generic DPI Panel: use devm_kzalloc for allocating driver data
author
Archit Taneja
<archit@ti.com>
Fri, 14 Sep 2012 12:17:01 +0000
(15:17 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:45 +0000
(15:19 +0300)
Use devm_kzalloc instead of kzalloc to allocate driver data for the generic dpi
panel driver. This simplifies the driver's probe and remove functions.
Signed-off-by: Archit Taneja <archit@ti.com>
No differences found