i2c: rk3x: add NULL entry to the end of_device_id array
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 12 Jun 2014 21:56:09 +0000 (23:56 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 12 Jun 2014 21:56:37 +0000 (23:56 +0200)
drivers/i2c/busses/i2c-rk3x.c:610:69-70: rk3x_i2c_match is not NULL terminated at line 610

Make sure of_device_id tables are NULL terminated
Generated by: /kbuild/src/linux/scripts/coccinelle/misc/of_table.cocci

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

No differences found