linux_dsm_epyc7002/sound/soc/omap
Julia Lawall bc72d26bdb ASoC: am3517evm: fix error return code
It was forgotten to initialize ret to the result of calling
snd_soc_dai_set_sysclk, unlike at the other calls in the same function.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
(
if@p1 (\(ret < 0\|ret != 0\))
 { ... return ret; }
|
ret@p1 = 0
)
... when != ret = e1
    when != &ret
*if(...)
{
  ... when != ret = e2
      when forall
 return ret;
}

// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-08-20 20:44:36 +01:00
..
am3517evm.c ASoC: am3517evm: fix error return code 2012-08-20 20:44:36 +01:00
ams-delta.c ARM: board specific updates 2012-03-27 16:27:28 -07:00
igep0020.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
Kconfig ASoC: OMAP: HDMI: Make build config options more generic 2012-05-22 17:33:24 +01:00
Makefile ASoC: OMAP: HDMI: Rename sound card source file 2012-05-22 17:33:24 +01:00
mcbsp.c ASoC: omap-mcbsp: Use the common interrupt line if supported by the SoC 2012-05-22 17:33:19 +01:00
mcbsp.h ASoC: omap-mcbsp: Use the common interrupt line if supported by the SoC 2012-05-22 17:33:19 +01:00
n810.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
omap3beagle.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
omap3evm.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
omap3pandora.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
omap-abe-twl6040.c ASoC: omap-abe-twl6040: Introduce driver data for runtime parameters 2012-05-22 17:33:19 +01:00
omap-dmic.c ASoC: omap-dmic: Add device tree bindings 2012-05-22 17:33:19 +01:00
omap-dmic.h ASoC: OMAP4: omap-dmic: Initial support for OMAP DMIC 2011-11-28 17:21:44 +00:00
omap-hdmi-card.c ASoC: OMAP: HDMI: Rename sound card source file 2012-05-22 17:33:24 +01:00
omap-hdmi.c ASoC: OMAP: HDMI: Expand capabilities of the HDMI DAI 2012-05-22 17:33:23 +01:00
omap-hdmi.h ASoC: OMAP: HDMI: Expand capabilities of the HDMI DAI 2012-05-22 17:33:23 +01:00
omap-mcbsp.c ASoC: omap: Add missing modules aliases to get sound working on omap devices 2012-07-26 23:00:42 +01:00
omap-mcbsp.h ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
omap-mcpdm.c ASoC: omap-mcpdm: Add missing MODULE_ALIAS 2012-07-06 19:07:38 +01:00
omap-mcpdm.h ASoC: omap-mcpdm: API to configure offset cancellation 2011-09-26 22:23:32 +01:00
omap-pcm.c ASoC: omap: Add missing modules aliases to get sound working on omap devices 2012-07-26 23:00:42 +01:00
omap-pcm.h ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
osk5912.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
overo.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
rx51.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
sdp3430.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00
zoom2.c ASoC: omap-mcbsp: Create a single driver for McBSP 2012-03-12 13:34:19 +00:00