* [PATCH] pinctrl: max77620: fix of_table.cocci warnings
@ 2016-01-12 10:50 Julia Lawall
0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2016-01-12 10:50 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
Make sure (of/i2c/platform)_device_id tables are NULL terminated
Generated by: scripts/coccinelle/misc/of_table.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>
---
Please take the patch only if it's a positive warning. Thanks!
pinctrl-max77620.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/pinctrl/pinctrl-max77620.c
+++ b/drivers/pinctrl/pinctrl-max77620.c
@@ -673,6 +673,7 @@ static const struct platform_device_id m
}, {
.name = "max20024-pinctrl",
},
+ {},
};
static struct platform_driver max77620_pinctrl_driver = {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-12 10:50 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:50 [PATCH] pinctrl: max77620: fix of_table.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;
as well as URLs for NNTP newsgroup(s).