Re: [PATCH] gpio: drop broken to_gpio_irq_chip() helper

From: Linus Walleij
Date: Fri Nov 16 2018 - 16:47:20 EST


On Mon, Nov 12, 2018 at 3:11 PM Johan Hovold <johan@xxxxxxxxxx> wrote:

> Drop the broken to_gpio_irq_chip() container_of() helper, which would
> break the build for anyone who tries to use it.
>
> Specifically, struct gpio_irq_chip only holds a pointer to a struct
> irq_chip so using container_of() on an irq-chip pointer makes no sense.
>
> Fixes: da80ff81a8f5 ("gpio: Move irqchip into struct gpio_irq_chip")
> Cc: Thierry Reding <treding@xxxxxxxxxx>
> Cc: Grygorii Strashko <grygorii.strashko@xxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>

Patch applied, thanks!

Yours,
Linus Walleij