OMAPDSS: DISPC: Change return type of dispc_mgr_set_clock_div()
authorArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 08:30:54 +0000 (14:00 +0530)
committerArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 08:30:54 +0000 (14:00 +0530)
commitf0d08f89ff27f7a600f21f443b6622132c9eb641
tree317bf2ba54a4bd56fd43d5f237057ed6c0f20b47
parent465698ee7bf457d1a3f35f0cb6e1e8fa144946f5
OMAPDSS: DISPC: Change return type of dispc_mgr_set_clock_div()

dipsc_mgr_set_clock div has an int return type to report errors or success.
The function doesn't really check for errors and always returns 0. Change
the return type to void.

Checking for the correct DISPC clock divider ranges will be done when a DSS2
user does a manager apply. This support will be added later.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/sdi.c