Re: [PATCH v3 07/10] ASoC: ti: omap-hdmi: Use dev_err_probe() for error handling
From: Jarkko Nikula
Date: Sun Jul 26 2026 - 13:39:31 EST
On 16/07/2026 1:39 pm, phucduc.bui@xxxxxxxxx wrote:
> From: bui duc phuc <phucduc.bui@xxxxxxxxx>
>
> 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 <phucduc.bui@xxxxxxxxx>
> ---
>
> 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 <jarkko.nikula@xxxxxxxxxx>