alistair23-linux/drivers/interconnect
Wei Yongjun 360a10285e 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: f0d8048525 ("interconnect: Add imx core driver")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Link: https://lore.kernel.org/r/20200509030214.14435-1-weiyongjun1@huawei.com
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
2020-05-10 18:30:37 +03:00
..
imx interconnect: imx: Fix return value check in imx_icc_node_init_qos() 2020-05-10 18:30:37 +03:00
qcom interconnect: qcom: Fix uninitialized tcs_cmd::wait 2020-04-23 16:18:07 +02:00
core.c interconnect: Add devm_of_icc_get() as exported API for users 2020-04-27 21:44:33 +03:00
internal.h interconnect: Add a name to struct icc_path 2019-12-16 09:25:23 +02:00
Kconfig interconnect: Add imx core driver 2020-04-28 20:03:02 +03:00
Makefile interconnect: Add imx core driver 2020-04-28 20:03:02 +03:00
trace.h interconnect: Add basic tracepoints 2019-12-16 09:25:23 +02:00