summaryrefslogtreecommitdiff
path: root/drivers/gpu/ipu-v3
diff options
context:
space:
mode:
authorChris Zhong <zyw@rock-chips.com>2017-03-08 10:27:55 +0800
committerSean Paul <seanpaul@chromium.org>2017-03-13 15:59:10 -0400
commita68b5bb6708e73d58b30680421df8166898e5cfc (patch)
tree66ff0685a33af66a3cba47b39b1afe87e870fdbf /drivers/gpu/ipu-v3
parenta45216547e8925078b18b2a6b539100c3814e973 (diff)
drm/rockchip: cdn-dp: return error code when clk_get_rate failed
The clk_get_rate return 0 if something goes wrong, so it can never be less then zero, the ret should be set a error code, otherwise the cdn_dp_clk_enable will return 0 when it failed at clk_get_rate. In addition, clk_get_rate() returns an "unsigned long", so use "unsigned long" instead of "u32" is better. Signed-off-by: Chris Zhong <zyw@rock-chips.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/1488940077-22297-2-git-send-email-zyw@rock-chips.com
Diffstat (limited to 'drivers/gpu/ipu-v3')
0 files changed, 0 insertions, 0 deletions