Re: [PATCH] gpio: remove redundant owner assignments of drivers

2016-05-31 Thread Linus Walleij
On Mon, May 23, 2016 at 3:49 AM, Masahiro Yamada wrote: > A platform_driver need not set an owner since it will be populated > by platform_driver_register(). > Likewise for mcb_driver (gpio-menz127.c). > > Signed-off-by: Masahiro Yamada Patch applied. Yours, Linus Walleij

Re: [PATCH] gpio: remove redundant owner assignments of drivers

2016-05-23 Thread Charles Keepax
On Mon, May 23, 2016 at 10:49:10AM +0900, Masahiro Yamada wrote: > A platform_driver need not set an owner since it will be populated > by platform_driver_register(). > Likewise for mcb_driver (gpio-menz127.c). > > Signed-off-by: Masahiro Yamada > --- For the Wolfson bits: Acked-by: Charles Kee

[PATCH] gpio: remove redundant owner assignments of drivers

2016-05-22 Thread Masahiro Yamada
A platform_driver need not set an owner since it will be populated by platform_driver_register(). Likewise for mcb_driver (gpio-menz127.c). Signed-off-by: Masahiro Yamada --- drivers/gpio/gpio-menz127.c| 1 - drivers/gpio/gpio-palmas.c | 1 - drivers/gpio/gpio-rdc321x.c| 1 - driver