linux/sound/soc/sti
Dan Carpenter 65ed0a8d1f ASoC: sti: Fix error handling if of_clk_get() fails
We intended to return here.  The current code has a static checker
warning because we set "ret" but don't use it.

Fixes: 76c2145ded ("ASoC: sti: Add CPU DAI driver for playback")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Arnaud POULIQUEN <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-04-30 21:30:52 +09:00
..
Kconfig
Makefile
sti_uniperif.c
uniperif.h
uniperif_player.c ASoC: sti: Fix error handling if of_clk_get() fails 2017-04-30 21:30:52 +09:00
uniperif_reader.c