On Mon, Apr 08, 2024 at 10:38:02AM +0300, Dan Carpenter wrote: > ret = snd_soc_register_card(priv->card); > - if (!ret) > + if (ret) > return ret; > > return 0; Clearly a better fix here would just be to remove the conditional entirely.
Attachment:
signature.asc
Description: PGP signature