Re: [PATCH v2 07/10] ASoC: ti: omap-hdmi: Use dev_err_probe() for error handling
From: Bui Duc Phuc
Date: Thu Jul 16 2026 - 06:13:12 EST
Hi Cezary,
Thank you for your review.
> > + if (ret)
> > + return dev_err_probe(dev, ret, "snd_soc_register_card failed\n");
>
> Some patches have '()' some do not. I'd expect all the patches updated
> as per Christophe's review.
>
Good catch. That one slipped through while I was preparing v2.
I'll make it consistent across all affected patches in v3.
Best regards,
Phuc