OMAPDSS: Taal: use devm_* functions
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 29 Aug 2012 13:31:29 +0000 (16:31 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 17:02:06 +0000 (20:02 +0300)
Use devm_ functions in panel-taal.c's probe when possible. Also reorder
the initialization sequence so that devm_ allocations are done before
things that require explicit freeing. This simplifies the probe and
remove functions.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found