Re: [PATCH v3 10/10] ASoC: ti: rx51: Use dev_err_probe() for error handling
From: Jarkko Nikula
Date: Sun Jul 26 2026 - 13:48:19 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 probe
> failures. This preserves the original error code and 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/rx51.c | 28 ++++++++++++----------------
> 1 file changed, 12 insertions(+), 16 deletions(-)
Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxx>