mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
9aead156c0
commit
35db57622c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue