Re: [PATCH] ASoC : fsl_ssi : Correct the condition to check AC97 mode

From: Timur Tabi
Date: Wed Dec 28 2016 - 10:55:39 EST


Andreas Schwab wrote:
> + return !!(ssi_private->dai_fmt & SND_SOC_DAIFMT_AC97) ==
> + SND_SOC_DAIFMT_AC97;
This is never true.

I think the right parenthesis should be at the end of the expression.