Re: [PATCH] gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()

From: Linus Walleij
Date: Tue Mar 12 2024 - 07:53:10 EST


On Mon, Mar 11, 2024 at 12:00 PM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote:

> Using BUG_ON() is discouraged and also the check wasn't done early
> enough to prevent an out of bounds access. Check earlier and return
> an error instead of calling BUG().
>
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

Thanks Dan, I applied the patch to the pin control tree since the
rest of the stuff is resting there and Bartosz already sent his pull
request.

Yours,
Linus Walleij