ASoC: qcom: Remove duplicate error messages on ioremap
authorStephen Boyd <swboyd@chromium.org>
Fri, 15 Jan 2021 03:43:27 +0000 (19:43 -0800)
committerMark Brown <broonie@kernel.org>
Fri, 15 Jan 2021 14:14:43 +0000 (14:14 +0000)
commit4e15f5060d34dd28591cf3af43d3086a4b76c965
tree8bb181060a033a7b32548b508142caf5730020d2
parente697df66876c182927899950971c3b4888df3e6e
ASoC: qcom: Remove duplicate error messages on ioremap

We don't need to print an error message when these ioremap operations
fail. The function that returns an error already prints an error message
and properly attributes it to the device. Drop them to save some code.

Cc: V Sujith Kumar Reddy <vsujithk@codeaurora.org>
Cc: Srinivasa Rao <srivasam@codeaurora.org>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Cheng-Yi Chiang <cychiang@chromium.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20210115034327.617223-5-swboyd@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-cpu.c