Re: [PATCH v2 5/7] Input: gpio_keys - use devm_device_add_group() for attributes

2017-07-19 Thread Guenter Roeck
On 07/19/2017 05:24 PM, Dmitry Torokhov wrote: Now that we have proper managed API to create device attributes, let's start using it instead of the manual unwinding. Signed-off-by: Dmitry Torokhov Reviewed-by: Guenter Roeck ---

Re: [PATCH v2 5/7] Input: gpio_keys - use devm_device_add_group() for attributes

2017-07-19 Thread Guenter Roeck
On 07/19/2017 05:24 PM, Dmitry Torokhov wrote: Now that we have proper managed API to create device attributes, let's start using it instead of the manual unwinding. Signed-off-by: Dmitry Torokhov Reviewed-by: Guenter Roeck --- drivers/input/keyboard/gpio_keys.c | 16 ++--

[PATCH v2 5/7] Input: gpio_keys - use devm_device_add_group() for attributes

2017-07-19 Thread Dmitry Torokhov
Now that we have proper managed API to create device attributes, let's start using it instead of the manual unwinding. Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/gpio_keys.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff

[PATCH v2 5/7] Input: gpio_keys - use devm_device_add_group() for attributes

2017-07-19 Thread Dmitry Torokhov
Now that we have proper managed API to create device attributes, let's start using it instead of the manual unwinding. Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/gpio_keys.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git