]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 14 Jul 2016 12:57:44 +0000 (12:57 +0000)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 15 Jul 2016 02:58:48 +0000 (19:58 -0700)
commitb1653f23ea464b60445ee0d7cf569b3ed6fa3f0b
treea03260a02cfc48a6b6ab3826727dbb3090f0f487
parent051fb70fd4ea40fbc7139186a4890b2fe5cb1e76
remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_q6v5_pil.c