Linux RTC
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH] rtc: max77xxx: fix of_table.cocci warnings
@ 2016-01-12 11:27 Julia Lawall
  2016-01-12 11:20 ` [rtc-linux] " Laxman Dewangan
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2016-01-12 11:27 UTC (permalink / raw)
  To: Laxman Dewangan
  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

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!

 rtc-max77xxx.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/rtc/rtc-max77xxx.c
+++ b/drivers/rtc/rtc-max77xxx.c
@@ -480,6 +480,7 @@ static const struct platform_device_id m
 	{ .name = "max77xxx-rtc", },
 	{ .name = "max77620-rtc", },
 	{ .name = "max20024-rtc", },
+	{},
 };

 static struct platform_driver max77xxx_rtc_driver = {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-12 11:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 11:27 [rtc-linux] [PATCH] rtc: max77xxx: fix of_table.cocci warnings Julia Lawall
2016-01-12 11:20 ` [rtc-linux] " Laxman Dewangan

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