i2c: nomadik: Add missing sentinel to match table
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 6 Dec 2024 08:28:06 +0000 (09:28 +0100)
committerAndi Shyti <andi.shyti@kernel.org>
Tue, 10 Dec 2024 15:07:53 +0000 (16:07 +0100)
commit5751eee5c620c7e47a277ca929c4010caf24654c
treecc3360dd12d7f21d902f607b688cc9f2687e90fe
parent7363f2d4c18557c99c536b70489187bb4e05c412
i2c: nomadik: Add missing sentinel to match table

The OF match table is not NULL-terminated.
Fix this by adding a sentinel to nmk_i2c_eyeq_match_table[].

Fixes: a0d15cc47f29be6d ("i2c: nomadik: switch from of_device_is_compatible() to of_match_device()")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Théo Lebrun <theo.lebrun@bootlin.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-nomadik.c