OMAPDSS: reorder uninit calls
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 Jun 2015 11:31:36 +0000 (14:31 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 17 Jun 2015 10:44:50 +0000 (13:44 +0300)
commit606ae4865a1947c04d52b97b5109cda90aebe892
tree816eec86dbe603c09c6cebd06b8b9766dec3080d
parentede9269572da9206249f02ebe031ded025b84fd3
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>
drivers/video/fbdev/omap2/dss/core.c