Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Laxman Dewangan <ldewangan@xxxxxxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Signed-off-by: Julia Lawall <julia.lawall@xxxxxxx> --- pinctrl-max77620.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/pinctrl/pinctrl-max77620.c +++ b/drivers/pinctrl/pinctrl-max77620.c @@ -394,7 +394,7 @@ static int max77620_set_fps_param(struct dev_err(mpci->dev, "Invalid parameter %d for pin %d\n", param, pin); return -EINVAL; - }; + } if (param_val < 0) return 0; -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html