Re: [PATCH 09/22] gpio-winbond: Use C99 initializers

2022-03-29 Thread Bartosz Golaszewski
On Sat, Mar 26, 2022 at 6:00 PM Benjamin Stürz wrote: > > This replaces comments with C99's designated > initializers because the kernel supports them now. > > Signed-off-by: Benjamin Stürz > --- > drivers/gpio/gpio-winbond.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-)

Re: [PATCH 09/22] gpio-winbond: Use C99 initializers

2022-03-27 Thread Linus Walleij
On Sat, Mar 26, 2022 at 6:00 PM Benjamin Stürz wrote: > This replaces comments with C99's designated > initializers because the kernel supports them now. > > Signed-off-by: Benjamin Stürz Reviewed-by: Linus Walleij Yours, Linus Walleij