public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match
@ 2014-10-19 15:41 Axel Lin
  2014-10-20 12:37 ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Axel Lin @ 2014-10-19 15:41 UTC (permalink / raw)
  To: Linus Walleij, Arnd Bergmann; +Cc: linux-kernel@vger.kernel.org

The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/soc/versatile/soc-realview.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/versatile/soc-realview.c b/drivers/soc/versatile/soc-realview.c
index cea8ea3..1a07bf5 100644
--- a/drivers/soc/versatile/soc-realview.c
+++ b/drivers/soc/versatile/soc-realview.c
@@ -26,6 +26,7 @@ static const struct of_device_id realview_soc_of_match[] = {
 	{ .compatible = "arm,realview-pb11mp-soc", },
 	{ .compatible = "arm,realview-pba8-soc", },
 	{ .compatible = "arm,realview-pbx-soc", },
+	{ }
 };
 
 static u32 realview_coreid;
-- 
1.9.1




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

end of thread, other threads:[~2014-10-29  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 15:41 [PATCH] soc: versatile: Add terminating entry for realview_soc_of_match Axel Lin
2014-10-20 12:37 ` Linus Walleij
2014-10-28 21:05   ` Arnd Bergmann
2014-10-29  0:48     ` Axel Lin
2014-10-29  8:01       ` Arnd Bergmann

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