Files
u-boot/drivers/video
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
..
2015-09-11 17:15:32 -04:00
2015-06-10 19:26:54 -06:00
2016-10-23 18:33:48 -04:00
2013-10-30 10:48:41 +01:00
2016-03-17 10:27:26 +08:00
2017-04-20 13:34:50 +02:00
2017-04-05 18:12:04 +02:00
2016-01-21 20:42:36 -07:00