Skip to content
Commit f0d08f89 authored by Archit Taneja's avatar Archit Taneja
Browse files

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: default avatarArchit Taneja <archit@ti.com>
parent 465698ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment