diff options
author | Eric Gao <eric.gao@rock-chips.com> | 2017-05-02 10:23:51 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-05-10 19:37:22 (GMT) |
commit | e07e5bde7c2386172994035603d5e2781cdf3bda (patch) | |
tree | 6550d24877f04a0cbe8cbadd0b262b367aa2bc3b /drivers/video/Makefile | |
parent | 1c3984041ce39ac9fe5ed24fca49cb2c17dc156a (diff) | |
download | u-boot-e07e5bde7c2386172994035603d5e2781cdf3bda.tar.xz |
rockchip: video: vop: Fix rk_display_init() return error
It's caused by the difference of clk_set_rate function implement between
rk3288 andd rk3399.
clk_set_rate() of rk3288 return 0 in normal condition.
clk_set_rate() of rk3399 return input parameter in normal condition.
So check clk_set_rate's return value by IS_ERR_VALUE.
Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
Diffstat (limited to 'drivers/video/Makefile')
0 files changed, 0 insertions, 0 deletions