Re: [PATCH v3 07/10] ASoC: ti: omap-hdmi: Use dev_err_probe() for error handling
Jarkko Nikula <[email protected]> Sun, 26 Jul 2026 20:39:09 +0300
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On 16/07/2026 1:39 pm, [email protected] wrote: > From: bui duc phuc <[email protected]> > > Replace dev_err() with dev_err_probe() when reporting > devm_snd_soc_register_card() failures. This suppresses > unnecessary log messages for deferred probe errors. > > Signed-off-by: bui duc phuc <[email protected]> > --- > > Changes in v3: > - Add the remaining missing parentheses to `snd_soc_register_card()` > (Cezary). > > sound/soc/ti/omap-hdmi.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Acked-by: Jarkko Nikula <[email protected]>