RE: [PATCH v8 4/6] gpio: Add support for Intel LJCA USB GPIO driver

From: Wu, Wentong
Date: Tue Jun 20 2023 - 03:00:33 EST




> -----Original Message-----
> From: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Sent: Friday, May 12, 2023 5:08 AM
>
> > +static int gpio_config(struct ljca_gpio_dev *ljca_gpio, u8 gpio_id,
> > +u8 config)
>
> All other functions are prefixed ljca_* except this one, so I think you should do
> that on this one too.

Thank you, Linus, this will be fixed in next version, Thanks

>
> With that fixes:
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> Yours,
> Linus Walleij