Re: [PATCH 02/10] ASoC: ti: davinci-evm: Use dev_err_probe() for error handling

From: Bui Duc Phuc

Date: Tue Jul 14 2026 - 19:09:51 EST


Hi Christophe,

Thank you for your review.

> Nitpick: this blank new line could be removed.
>
> > if (ret) {
> > - dev_err(&pdev->dev, "snd_soc_register_card failed (%d)\n", ret);
> > + dev_err_probe(&pdev->dev, ret, "snd_soc_register_card failed\n");
>
> Nitpick: Could be snd_soc_register_card()
>
> > goto err_put;
> > }
> >

I'll fix this in the next version.

Best regards,
Phuc