On Sat, Jan 21, 2017 at 7:45 PM, Guenter Roeck <[email protected]> wrote:

> If a function declares a variable to access a structure element,
> use it conssistently.

Weird spelling :)

> Signed-off-by: Guenter Roeck <[email protected]>

> -               error = devm_gpio_request_one(&pdev->dev, button->gpio, flags,
> -                                             desc);
> +               error = devm_gpio_request_one(dev, button->gpio, flags, desc);

I think I have changes in the GPIO tree touching these code sites.

I put those on an immutable branch so Dmitry can pull it if he needs
it as a base for this patch:
https://git.kernel.org/cgit/linux/kernel/git/linusw/linux-gpio.git/commit/?h=ib-gpiod-flags

Yours,
Linus Walleij

Reply via email to