linux/sound/soc/sh/rcar
Lars-Peter Clausen c8e6e96073 ASoC: rcar: Use && instead of & for boolean expressions
Sparse spits out the following warning:
	sound/soc/sh/rcar/gen.c:250:21: warning: dubious: x & !y

It does this because sometimes mixing boolean and bit-wise logic has not the
intended result. In this case we are fine, but replacing the bit-wise '&' with
the boolean '&&' silences the sparse warning. The generated code for both cases
is the same.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-08-17 09:33:11 -05:00
..
Makefile ASoC: rsnd: add DVC support 2014-05-13 19:06:16 +01:00
adg.c ASoC: rsnd: add DVC support 2014-05-13 19:06:16 +01:00
core.c ASoC: rsnd: fixup SND_SOC_DAIFMT_xB_xF behavior 2014-08-01 07:25:16 +01:00
dvc.c ASoC: rsnd: enable Mute control on DVC 2014-08-01 18:46:25 +01:00
gen.c ASoC: rcar: Use && instead of & for boolean expressions 2014-08-17 09:33:11 -05:00
rsnd.h ASoC: rsnd: care audio local bus data format consistency 2014-07-31 20:36:33 +01:00
src.c ASoC: rsnd: care audio local bus data format consistency 2014-07-31 20:36:33 +01:00
ssi.c ASoC: rsnd: SSI + DMA can select BUSIF 2014-06-28 14:41:19 +01:00