i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated
authorHans de Goede <hdegoede@redhat.com>
Mon, 21 Dec 2020 13:42:25 +0000 (14:42 +0100)
committerWolfram Sang <wsa@kernel.org>
Mon, 4 Jan 2021 18:25:02 +0000 (19:25 +0100)
commit0b3ea2a06de1f52ea30865e227e109a5fd3b6214
tree813682f4c3ce2f2a89d3da19448e79ec54bbbafa
parent0b884fe71f9ee6a5df35e677154256ea2099ebb8
i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated

gpiod_add_lookup_table() expects the gpiod_lookup_table->table passed to
it to be terminated with a zero-ed out entry.

So we need to allocate one more entry then we will use.

Fixes: d308dfbf62ef ("i2c: mux/i801: Switch to use descriptor passing")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-i801.c