video: da8xx-fb: improve readability of code
authorDarren Etheridge <detheridge@ti.com>
Mon, 5 Aug 2013 22:02:30 +0000 (17:02 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 Aug 2013 11:02:42 +0000 (14:02 +0300)
commit26e7164537380479bf96e852df6ab42ebe50e836
treecc98c642369a8e875c6ac22cda9c3681dccaabd0
parentfe8c98f06b5eec94d318cd4761e7673fb5e3c662
video: da8xx-fb: improve readability of code

Change the lcd_disable_raster funtion from using a bool to an enum
as the function is very confusing with the current api.  This helps
make it clearer what the parameter is really doing.

Signed-off-by: Darren Etheridge <detheridge@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/da8xx-fb.c
include/video/da8xx-fb.h