Re: [PATCH 5/7] gpio: use class_groups instead of class_attrs

2017-06-08 Thread Linus Walleij
On Thu, Jun 8, 2017 at 10:12 AM, Greg Kroah-Hartman wrote: > The class_attrs pointer is long depreciated, and is about to be finally > removed, so move to use the class_groups pointer instead. > > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: > Signed-off-by: Greg Kroah-Hartman Acked-by: L

Re: [PATCH 5/7] gpio: use class_groups instead of class_attrs

2017-06-08 Thread Robert P. J. Day
On Thu, 8 Jun 2017, Greg Kroah-Hartman wrote: > The class_attrs pointer is long depreciated, and is about to be finally ^^^ deprecated rday -- Robert P. J. Day

[PATCH 5/7] gpio: use class_groups instead of class_attrs

2017-06-08 Thread Greg Kroah-Hartman
The class_attrs pointer is long depreciated, and is about to be finally removed, so move to use the class_groups pointer instead. Cc: Linus Walleij Cc: Alexandre Courbot Cc: Signed-off-by: Greg Kroah-Hartman --- drivers/gpio/gpiolib-sysfs.c | 13 - 1 file changed, 8 insertions(+),