Files
u-boot/drivers
Eric Gao e07e5bde7c 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>
2017-05-10 13:37:22 -06:00
..
2017-04-05 13:52:01 -04:00
2016-10-19 09:01:51 +02:00
2016-01-27 15:32:05 +01:00
2017-05-09 16:11:36 -04:00
2017-05-09 16:11:36 -04:00
2017-05-10 13:37:22 -06:00
2017-05-08 11:57:32 -04:00
2017-05-08 11:57:28 -04:00
2016-02-06 12:00:59 +01:00
2017-01-02 17:08:25 +01:00