]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit5e56ad44b4d2de688823933643ff80389f33daae
treea5ac466f270451a445b4f34ecba60e92c438c127
parentab585254ba6b0f2931c0f77bd99e46f017fe685c
OMAPDSS: Taal: use devm_* functions

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>
drivers/video/omap2/displays/panel-taal.c