Re: [PATCH v2 7/7] Input: axp20x-pek - switch to using devm_device_add_group()

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 use it instead of installing a custom devm action. Signed-off-by: Dmitry Torokhov Reviewed-by: Guenter Roeck ---

Re: [PATCH v2 7/7] Input: axp20x-pek - switch to using devm_device_add_group()

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 use it instead of installing a custom devm action. Signed-off-by: Dmitry Torokhov Reviewed-by: Guenter Roeck --- drivers/input/misc/axp20x-pek.c | 18 +-

[PATCH v2 7/7] Input: axp20x-pek - switch to using devm_device_add_group()

2017-07-19 Thread Dmitry Torokhov
Now that we have proper managed API to create device attributes, let's use it instead of installing a custom devm action. Signed-off-by: Dmitry Torokhov --- drivers/input/misc/axp20x-pek.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff

[PATCH v2 7/7] Input: axp20x-pek - switch to using devm_device_add_group()

2017-07-19 Thread Dmitry Torokhov
Now that we have proper managed API to create device attributes, let's use it instead of installing a custom devm action. Signed-off-by: Dmitry Torokhov --- drivers/input/misc/axp20x-pek.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git