]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitc51bd6acf59f24f2ec4334689329f1741f071621
tree3698591d44982708a462942b5cb8f50cbff63083
parentc155ba884f68b5447529bc75bcb54e68130fd774
i2c: rk3x: add NULL entry to the end of_device_id array

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>
drivers/i2c/busses/i2c-rk3x.c