Home
last modified time | relevance | path

Searched hist:"2 c602c7ef9ef08835f2e3e0c438d10b7142d6959" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/fsl/
H A Dfsl_micfil.cdiff 2c602c7ef9ef08835f2e3e0c438d10b7142d6959 Thu Apr 14 11:22:35 CDT 2022 Sascha Hauer <s.hauer@pengutronix.de> ASoC: fsl_micfil: drop error messages from failed register accesses

Failed register accesses are really not expected in memory mapped
registers. When it fails then the register access itself is likely not
the reason, so no need to have extra error messages for each regmap
access. Just drop the error messages. This also fixes some places where
a return value is concatenated using 'ret |=' and then returned as
error value.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Link: https://lore.kernel.org/r/20220414162249.3934543-8-s.hauer@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>