drivers/video: fsl-diu-fb: use a normal for-loop to uninstall framebuffers
authorTimur Tabi <timur@freescale.com>
Thu, 15 Sep 2011 21:44:56 +0000 (16:44 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 18 Sep 2011 20:08:57 +0000 (20:08 +0000)
commit3f78bbd1a256e04dfb486dbee0430e0ecad6d960
tree7e9846f54d59389f0a8afb4c331ae81ce14c6a88
parent589c797193547b12c34f80048440bc1cac242fec
drivers/video: fsl-diu-fb: use a normal for-loop to uninstall framebuffers

Uninstalling the framebuffers in reverse order is unnecessary and makes
the for-loop awkward.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/fsl-diu-fb.c