[PATCH] pinctrl: max77620: fix semicolon.cocci warnings

From: Julia Lawall
Date: Tue Jan 12 2016 - 05:50:04 EST


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;