Hi Axel, Thank you for the patch.
On Tuesday 17 March 2015 08:06:45 Axel Lin wrote: > The of_device_id table is supposed to be zero-terminated. > > Signed-off-by: Axel Lin <[email protected]> Acked-by: Laurent Pinchart <[email protected]> Joerg, I don't have anything queued up at the moment, could you please pick the patch from the list ? > --- > 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 = { -- Regards, Laurent Pinchart _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
