Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH] iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids
@ 2015-03-17  0:06 Axel Lin
  2015-03-17 23:28 ` Laurent Pinchart
  2015-03-23 14:24 ` Joerg Roedel
  0 siblings, 2 replies; 4+ messages in thread
From: Axel Lin @ 2015-03-17  0:06 UTC (permalink / raw)
  To: Joerg Roedel
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	Laurent Pinchart

The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
---
 drivers/iommu/ipmmu-vmsa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 10186ca..bc39bdf 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -851,6 +851,7 @@ static int ipmmu_remove(struct platform_device *pdev)
 
 static const struct of_device_id ipmmu_of_ids[] = {
 	{ .compatible = "renesas,ipmmu-vmsa", },
+	{ }
 };
 
 static struct platform_driver ipmmu_driver = {
-- 
1.9.1

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

end of thread, other threads:[~2015-03-23 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17  0:06 [PATCH] iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids Axel Lin
2015-03-17 23:28 ` Laurent Pinchart
2015-03-18 16:05   ` [V4.0 REGRESSION FIX] " Laurent Pinchart
2015-03-23 14:24 ` Joerg Roedel

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