Re: [PATCH 3/3] ASoC: mxs-sgtl5000: Drop redundant probe error messages
Frank Li <[email protected]>
| Newsgroups | org.kernel.vger.linux-sound,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <anx__MnpgHU-mSqr@SMW015318> |
On Wed, Aug 12, 2026 at 05:14:18PM +0700, [email protected] wrote: > From: bui duc phuc <[email protected]> > > 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 <[email protected]> > --- Reviewed-by: Frank Li <[email protected]> > 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; > } > -- > 2.43.0 > >