]> git.hungrycats.org Git - linux/commit
ASoC: pxa: Drop redundant probe error messages
authorbui duc phuc <phucduc.bui@gmail.com>
Wed, 12 Aug 2026 08:43:11 +0000 (15:43 +0700)
committerMark Brown <broonie@kernel.org>
Wed, 12 Aug 2026 17:20:48 +0000 (18:20 +0100)
commit79a883d53960fb2eaf02f72a37182078b4fc938e
tree27fcee8b79e7598f5e54cefe0add73da40cd86c1
parent4fc945d8fdfcbe8d484a7ca840ea891b56145eda
ASoC: pxa: Drop redundant probe error messages

devm_platform_ioremap_resource() does not report the error itself,
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/20260812084311.29188-1-phucduc.bui@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/pxa2xx-ac97-lib.c