commit | 606ae4865a1947c04d52b97b5109cda90aebe892 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Jun 04 14:31:36 2015 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Jun 17 13:44:50 2015 +0300 |
tree | 816eec86dbe603c09c6cebd06b8b9766dec3080d | |
parent | ede9269572da9206249f02ebe031ded025b84fd3 [diff] |
OMAPDSS: reorder uninit calls We have a list of function pointers to dss submodule uninit functions. It makes sense to do the uninit in the reverse order to init, but that is not currently the case. This patch reorders the uninit calls to be the reverse of init order. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>