commit | 5e56ad44b4d2de688823933643ff80389f33daae | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Aug 29 16:31:29 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 07 20:02:06 2012 +0300 |
tree | a5ac466f270451a445b4f34ecba60e92c438c127 | |
parent | ab585254ba6b0f2931c0f77bd99e46f017fe685c [diff] |
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>