linux/sound/soc/sh
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
..
rcar ASoC: rcar: Use && instead of & for boolean expressions 2014-08-17 09:33:11 -05:00
Kconfig ASoC: rsnd: use regmap_mmio instead of original regmap bus 2014-07-29 13:07:00 +01:00
Makefile
dma-sh7760.c
fsi.c Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'asoc/topic/s6000', 'asoc/topic/samsung' and 'asoc/topic/sh-fsi' into asoc-next 2014-08-04 16:32:01 +01:00
hac.c
migor.c ASoC: migor: Convert to table based DAPM setup 2014-03-10 17:35:06 +00:00
sh7760-ac97.c
siu.h
siu_dai.c
siu_pcm.c
ssi.c