[PATCH 3/3] ASoC: mxs-sgtl5000: Drop redundant probe error messages
Daniel Baluta
daniel.baluta at oss.nxp.com
Wed Aug 12 06:51:36 PDT 2026
On 8/12/26 13:14, phucduc.bui at gmail.com wrote:
> From: bui duc phuc <phucduc.bui at gmail.com>
>
> Remove the probe error messages to avoid duplicate error reporting,
> since the error is already reported by the called functions.
>
> Signed-off-by: bui duc phuc <phucduc.bui at gmail.com>
This looks to be OK. Indeed at various points snd_soc_of_parse_audio_routing prints
an error message if it gets into trouble.
Reviewed-by: Daniel Baluta <daniel.baluta at nxp.com>
> ---
> sound/soc/mxs/mxs-sgtl5000.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/sound/soc/mxs/mxs-sgtl5000.c b/sound/soc/mxs/mxs-sgtl5000.c
> index f1c0e612313d..a253a48ca59c 100644
> --- a/sound/soc/mxs/mxs-sgtl5000.c
> +++ b/sound/soc/mxs/mxs-sgtl5000.c
> @@ -155,8 +155,6 @@ static int mxs_sgtl5000_probe(struct platform_device *pdev)
>
> ret = snd_soc_of_parse_audio_routing(card, "audio-routing");
> if (ret) {
> - dev_err(&pdev->dev, "failed to parse audio-routing (%d)\n",
> - ret);
> mxs_saif_put_mclk(0);
> return ret;
> }
More information about the linux-arm-kernel
mailing list