Re: [PATCH 1/3] mfd: lp87565: fix typo in define names

2021-03-08 Thread Bartosz Golaszewski
On Fri, Feb 19, 2021 at 11:39 PM Luca Ceresoli wrote: > > "GOIO" should be "GPIO" here. > > Signed-off-by: Luca Ceresoli > --- For GPIO part: Acked-by: Bartosz Golaszewski

Re: [PATCH 1/3] mfd: lp87565: fix typo in define names

2021-03-08 Thread Lee Jones
On Fri, 19 Feb 2021, Luca Ceresoli wrote: > "GOIO" should be "GPIO" here. > > Signed-off-by: Luca Ceresoli > --- > drivers/gpio/gpio-lp87565.c | 6 +++--- > include/linux/mfd/lp87565.h | 28 ++-- > 2 files changed, 17 insertions(+), 17 deletions(-) For my own

[PATCH 1/3] mfd: lp87565: fix typo in define names

2021-02-19 Thread Luca Ceresoli
"GOIO" should be "GPIO" here. Signed-off-by: Luca Ceresoli --- drivers/gpio/gpio-lp87565.c | 6 +++--- include/linux/mfd/lp87565.h | 28 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/drivers/gpio/gpio-lp87565.c b/drivers/gpio/gpio-lp87565.c index