[PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings

Chen-Yu Tsai wens at csie.org
Wed Nov 9 22:15:43 PST 2016


On Thu, Nov 10, 2016 at 12:35 AM, kbuild test robot
<fengguang.wu at intel.com> wrote:
> sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon
>
>
>  Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Chen-Yu Tsai <wens at csie.org>
> Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>

Acked-by: Chen-Yu Tsai <wens at csie.org>

Sorry about the screw up.

> ---
>
>  sun4i-codec.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/sound/soc/sunxi/sun4i-codec.c
> +++ b/sound/soc/sunxi/sun4i-codec.c
> @@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct plat
>                         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);



More information about the linux-arm-kernel mailing list