commit | f0d08f89ff27f7a600f21f443b6622132c9eb641 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Fri Jun 29 14:00:54 2012 +0530 |
committer | Archit Taneja <archit@ti.com> | Fri Jun 29 14:00:54 2012 +0530 |
tree | 317bf2ba54a4bd56fd43d5f237057ed6c0f20b47 | |
parent | 465698ee7bf457d1a3f35f0cb6e1e8fa144946f5 [diff] |
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>