diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-06-20 05:43:43 +0300 |
---|---|---|
committer | Xinliang Liu <xinliang.liu@linaro.org> | 2016-07-04 13:49:20 +0300 |
commit | 43fd0d92300878c81ef97e8bb91074025c4acf0f (patch) | |
tree | 17addde7ac62b04504697fa34ed98dc50a14a491 /drivers/gpu/drm/hisilicon/kirin/Kconfig | |
parent | dac2c48ca5ac9bb2d6339aaa733c60d5b801ee86 (diff) | |
download | linux-43fd0d92300878c81ef97e8bb91074025c4acf0f.tar.xz |
drm/hisilicon: Fix return value check in ade_dts_parse()
In case of error, the function devm_clk_get() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Chen Feng <puck.chen@hisilicon.com>
Diffstat (limited to 'drivers/gpu/drm/hisilicon/kirin/Kconfig')
0 files changed, 0 insertions, 0 deletions