“77c8d0d6b3f4ea0989b9ca42fb368cc2aac02495”上不存在“drivers/clocksource/arc_timer.c”
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: NWei Yongjun <yongjun_wei@trendmicro.com.cn> Reviewed-by: NChen Feng <puck.chen@hisilicon.com>
Showing
想要评论请 注册 或 登录