Skip to content

Commit

Permalink
iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids
Browse files Browse the repository at this point in the history
The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
  • Loading branch information
AxelLin authored and joergroedel committed Mar 23, 2015
1 parent 7168440 commit ac04f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iommu/ipmmu-vmsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ac04f85

Please sign in to comment.