Skip to content
Commit 6dfdf6e4 authored by YueHaibing's avatar YueHaibing Committed by Bjorn Andersson
Browse files

remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories()



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

Reviewed-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Fixes: 6edbe024 ("remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPs")
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Acked-by: default avatarSuman Anna <s-anna@ti.com>
Link: https://lore.kernel.org/r/20200905122503.17352-1-yuehaibing@huawei.com


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent c0a6e5ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment