]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sh: hac: add missing "int ret"
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 24 Jul 2017 06:47:59 +0000 (06:47 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 24 Jul 2017 12:06:53 +0000 (13:06 +0100)
commite4903fe4dc72adba6669878efa161896c9a0c041
tree2796a7ba5a098959a17054c2056b2aef8daf04d8
parent9238ecfbaaeffcf7977c2776af9c57c0a4a878ed
ASoC: sh: hac: add missing "int ret"

commit efb1d916b3 ("ASoC: ac97: Support multi-platform AC'97")
modified hac_soc_platform_probe(), but "int ret" was missed.
This patch adds missing "int ret", otherwise, we will get

linux/sound/soc/sh/hac.c: In function 'hac_soc_platform_probe':
linux/sound/soc/sh/hac.c:318: error: 'ret' undeclared (first use in this function)
linux/sound/soc/sh/hac.c:318: error: (Each undeclared identifier is reported only once
linux/sound/soc/sh/hac.c:318: error: for each function it appears in.)

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/hac.c