Re: [PATCH v2 6/7] Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01

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 6/7] Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01

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/rmi4/rmi_f01.c | 11 +++ 1 file

[PATCH v2 6/7] Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01

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/rmi4/rmi_f01.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git

[PATCH v2 6/7] Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01

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/rmi4/rmi_f01.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/input/rmi4/rmi_f01.c