Browse Source

i2c: ensure termination of *_device_id tables

Make sure (of/i2c/platform)_device_id tables are NULL terminated.
Found by coccinelle spatch "misc/of_table.cocci"

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Thomas Meyer 8 years ago
parent
commit
a91aee523f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/i2c/busses/i2c-sprd.c

+ 1 - 0
drivers/i2c/busses/i2c-sprd.c

@@ -627,6 +627,7 @@ static const struct dev_pm_ops sprd_i2c_pm_ops = {
 
 static const struct of_device_id sprd_i2c_of_match[] = {
 	{ .compatible = "sprd,sc9860-i2c", },
+	{},
 };
 
 static struct platform_driver sprd_i2c_driver = {