aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2016-11-09 11:35:18 -0500
committerMark Brown <broonie@kernel.org>2016-11-10 11:12:59 -0500
commit35db57622c31af687d5cb14104e91897d778a8fc (patch)
tree339c2ce477de33cef8cf7f907e96c153d04e63bc
parent9aead156c0665a362c8b007b51fe3396fea4d346 (diff)
ASoC: sun4i-codec: fix semicolon.cocci warnings
sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sunxi/sun4i-codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c
index 6379efd21f00..092fdcf6de95 100644
--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct platform_device *pdev)
1336 dev_err(&pdev->dev, "Failed to get reset control\n"); 1336 dev_err(&pdev->dev, "Failed to get reset control\n");
1337 return PTR_ERR(scodec->rst); 1337 return PTR_ERR(scodec->rst);
1338 } 1338 }
1339 }; 1339 }
1340 1340
1341 scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa", 1341 scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
1342 GPIOD_OUT_LOW); 1342 GPIOD_OUT_LOW);