Re: [PATCH] spi: bcm2835: add a sentinel at the end of the lookup array

From: Linus Walleij
Date: Tue Oct 10 2023 - 08:04:42 EST


On Wed, Oct 4, 2023 at 8:39 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:


> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> GPIOLIB expects the array of lookup entries to be terminated with an
> empty member. We need to increase the size of the variable length array
> in the lookup table by 1.
>
> Fixes: 21f252cd29f0 ("spi: bcm2835: reduce the abuse of the GPIO API")
> Reported-by: Hans de Goede <hdegoede@xxxxxxxxxx>
> Closes: https://lore.kernel.org/lkml/29764d46-8d3d-9794-bbde-d7928a91cbb5@xxxxxxxxxx/
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

OK my bad (I think?)
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij