aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/blackfin/bf5xx-ac97.c
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2008-11-18 16:18:19 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-11-18 12:32:11 +0000
commit0cade26e366549adcf211f67200b2934c8220f05 (patch)
treef67be291921f1a2ce979a7805f485e8c7d4d99f7 /sound/soc/blackfin/bf5xx-ac97.c
parentASoC: Blackfin: Fix AD1980/1 build with MMAP support disabled (diff)
downloadwireguard-linux-0cade26e366549adcf211f67200b2934c8220f05.tar.xz
wireguard-linux-0cade26e366549adcf211f67200b2934c8220f05.zip
ASoC: Fix Blackfin AC97 DAI probe function return code
A probe function should have a clean return 0 path. Cc: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/blackfin/bf5xx-ac97.c')
-rw-r--r--sound/soc/blackfin/bf5xx-ac97.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/blackfin/bf5xx-ac97.c b/sound/soc/blackfin/bf5xx-ac97.c
index 65c162c4bfad..5dcd3f665ab1 100644
--- a/sound/soc/blackfin/bf5xx-ac97.c
+++ b/sound/soc/blackfin/bf5xx-ac97.c
@@ -378,6 +378,8 @@ static int bf5xx_ac97_probe(struct platform_device *pdev,
goto sport_config_err;
}
+ return 0;
+
sport_config_err:
kfree(sport_handle);
sport_err: