projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aead15
)
ASoC: sun4i-codec: fix semicolon.cocci warnings
author
kbuild test robot
<fengguang.wu@intel.com>
Wed, 9 Nov 2016 16:35:18 +0000
(
00:35
+0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 10 Nov 2016 16:12:59 +0000
(16:12 +0000)
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>
sound/soc/sunxi/sun4i-codec.c
patch
|
blob
|
history
diff --git
a/sound/soc/sunxi/sun4i-codec.c
b/sound/soc/sunxi/sun4i-codec.c
index
6379efd
..
092fdcf
100644
(file)
--- 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)
dev_err(&pdev->dev, "Failed to get reset control\n");
return PTR_ERR(scodec->rst);
}
- }
;
+ }
scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
GPIOD_OUT_LOW);