]> git.hungrycats.org Git - linux/commit
ASoC: mxs-saif: Drop redundant probe error messages
authorbui duc phuc <phucduc.bui@gmail.com>
Wed, 12 Aug 2026 10:14:17 +0000 (17:14 +0700)
committerMark Brown <broonie@kernel.org>
Wed, 12 Aug 2026 17:37:45 +0000 (18:37 +0100)
commitf0701e5fc299e4ff2cb80c1f00bf2f23b94d6b8a
tree513080f6d5685f47d07d60d9c5e3bc2c95100969
parentb215caca714ed1c3b41c4dc6a055454e28e9e6a1
ASoC: mxs-saif: Drop redundant probe error messages

The functions called here don't log the error themselves, but the
error is already reported deeper in the call chain, so the dev_err()
calls are redundant and can be removed.

Signed-off-by: bui duc phuc <phucduc.bui@gmail.com>
Link: https://patch.msgid.link/20260812101418.37966-3-phucduc.bui@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mxs/mxs-saif.c