[PATCH] gpio: moxart: fix build regression

Linus Walleij linus.walleij at linaro.org
Thu Jan 7 07:17:16 PST 2016


On Thu, Jan 7, 2016 at 2:55 PM, Arnd Bergmann <arnd at arndb.de> wrote:

> A cleanup patch replaced bgpio_chip with gpio_chip but missed
> two references to the bgpio_chip:
>
> drivers/gpio/gpio-moxart.c:60:19: error: use of undeclared identifier 'bgc'; did you mean 'gc'?
>         gc->bgpio_data = bgc->read_reg(bgc->reg_set);
> drivers/gpio/gpio-moxart.c:35:20: note: 'gc' declared here
> drivers/gpio/gpio-moxart.c:60:33: error: use of undeclared identifier 'bgc'; did you mean 'gc'?
>         gc->bgpio_data = bgc->read_reg(bgc->reg_set);
>
> This adds the missing change.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Fixes: 0f4630f3720e ("gpio: generic: factor into gpio_chip struct")

Patch applied, sorry for the mess...

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list