Skip to content
Commit 360a1028 authored by Wei Yongjun's avatar Wei Yongjun Committed by Georgi Djakov
Browse files

interconnect: imx: Fix return value check in imx_icc_node_init_qos()



In case of error, the function of_parse_phandle() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should be
replaced with NULL test.

Fixes: f0d80485 ("interconnect: Add imx core driver")
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Link: https://lore.kernel.org/r/20200509030214.14435-1-weiyongjun1@huawei.com


Signed-off-by: default avatarGeorgi Djakov <georgi.djakov@linaro.org>
parent 4b54bf47
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment