linux_dsm_epyc7002/sound/soc/sh/rcar
Mark Brown 76ca997032 rcar: ctu: Avoid use of ret uninitialised
We use ret as the return value from the rsnd_ctu_probe() but if there
are no child nodes and no errors then we will never initialize ret leading
to build warnings. Ensure ret is initialized before we iterate over the
child nodes to avoid this.

Signed-off-by: Mark Brown <broonie@kernel.org>
2015-12-15 17:47:53 +00:00
..
adg.c ASoC: rsnd: don't use normal *mod in adg.c 2015-11-30 18:11:23 +00:00
cmd.c ASoC: rsnd: tidyup data align position for capture 2015-12-08 12:47:46 +00:00
core.c ASoC: rsnd: tidyup data align position for capture 2015-12-08 12:47:46 +00:00
ctu.c rcar: ctu: Avoid use of ret uninitialised 2015-12-15 17:47:53 +00:00
dma.c ASoC: rsnd: remove struct platform_device from probe/remove parameter 2015-11-18 18:08:16 +00:00
dvc.c ASoC: rsnd: dvc enables non-stereo sound 2015-11-30 18:11:23 +00:00
gen.c ASoC: rsnd: tidyup data align position for capture 2015-12-08 12:47:46 +00:00
Makefile ASoC: rsnd: use mod base common method on SSIU 2015-11-16 10:09:29 +00:00
mix.c ASoC: rsnd: mix: add rsnd_mix_halt() 2015-11-30 18:11:23 +00:00
rsnd.h ASoC: rsnd: tidyup data align position for capture 2015-12-08 12:47:46 +00:00
rsrc-card.c ASoC: rsnd: rsrc-card: check return value of snd_soc_of_get_dai_name() 2015-12-01 13:19:06 +00:00
src.c ASoC: rsnd: src: add rsnd_src_halt() 2015-11-30 18:11:23 +00:00
ssi.c ASoC: rsnd: care SWSP bit for TDM/non-TDM 2015-12-02 11:15:27 +00:00
ssiu.c ASoC: rsnd: add TDM Extend Mode support 2015-11-30 18:11:23 +00:00