Re: [PATCH] ASoC: soc-card: Fix a reversed if condition

From: Mark Brown
Date: Mon Apr 08 2024 - 08:45:25 EST


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