Re: [PATCH 11/17] ASoC: sunxi: sun8i-codec: clarify expression

2021-03-29 Thread Maxime Ripard
On Fri, Mar 26, 2021 at 04:59:21PM -0500, Pierre-Louis Bossart wrote: > cppcheck warning: > > sound/soc/sunxi/sun8i-codec.c:488:28: style: Clarify calculation > precedence for '%' and '?'. [clarifyCalculation] > return sample_rate % 4000 ? 22579200 : 24576000; >^ > >

[PATCH 11/17] ASoC: sunxi: sun8i-codec: clarify expression

2021-03-26 Thread Pierre-Louis Bossart
cppcheck warning: sound/soc/sunxi/sun8i-codec.c:488:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation] return sample_rate % 4000 ? 22579200 : 24576000; ^ Signed-off-by: Pierre-Louis Bossart --- sound/soc/sunxi/sun8i-codec.c | 2 +- 1