aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sunxi
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2016-06-30 22:28:10 +0800
committerMark Brown <broonie@kernel.org>2016-07-01 11:38:29 +0200
commitdcf7d1992b943192856ccf453375b158e3afd0a3 (patch)
treec533b55efbdc41a1ee23ada909aecd6ad713e537 /sound/soc/sunxi
parentASoC: sunxi: Add Allwinner A10 Digital Audio driver (diff)
downloadwireguard-linux-dcf7d1992b943192856ccf453375b158e3afd0a3.tar.xz
wireguard-linux-dcf7d1992b943192856ccf453375b158e3afd0a3.zip
ASoC: sunxi: fix semicolon.cocci warnings
sound/soc/sunxi/sun4i-i2s.c:624: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: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sunxi')
-rw-r--r--sound/soc/sunxi/sun4i-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/sunxi/sun4i-i2s.c
index 72ed2b8a93e7..fab52347c6d7 100644
--- a/sound/soc/sunxi/sun4i-i2s.c
+++ b/sound/soc/sunxi/sun4i-i2s.c
@@ -621,7 +621,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev)
if (IS_ERR(i2s->regmap)) {
dev_err(&pdev->dev, "Regmap initialisation failed\n");
return PTR_ERR(i2s->regmap);
- };
+ }
i2s->mod_clk = devm_clk_get(&pdev->dev, "mod");
if (IS_ERR(i2s->mod_clk)) {