OMAPDSS: Generic DPI Panel: use devm_kzalloc for allocating driver data
authorArchit Taneja <archit@ti.com>
Fri, 14 Sep 2012 12:17:01 +0000 (15:17 +0300)
committerTomi 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