]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit675758d8532e0394356404b897afd0f34a311a00
tree816eec86dbe603c09c6cebd06b8b9766dec3080d
parentc7311f02688941831c3bfe402771e7c66443f614
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