public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: max77620: fix semicolon.cocci warnings
@ 2016-01-12 10:49 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2016-01-12 10:49 UTC (permalink / raw)
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	linus.walleij, gnurou, lee.jones, broonie, a.zummo,
	alexandre.belloni, lgirdwood, devicetree, linux-kernel,
	linux-gpio, rtc-linux, swarren, treding, k.kozlowski,
	Laxman Dewangan, Chaitanya Bandi

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---

 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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-12 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 10:49 [PATCH] pinctrl: max77620: fix semicolon.cocci warnings Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox