Re: [PATCH] Input: ili210x - switch to using devm_device_add_group()

2019-02-09 Thread Marek Vasut
On 2/7/19 7:27 AM, Dmitry Torokhov wrote: > By switching to devm_device_add_group() we can complete driver conversion > to using managed resources and get rid of ili210x_i2c_remove(). > > Signed-off-by: Dmitry Torokhov > --- > drivers/input/touchscreen/ili210x.c | 16 ++-- > 1 file

[PATCH] Input: ili210x - switch to using devm_device_add_group()

2019-02-06 Thread Dmitry Torokhov
By switching to devm_device_add_group() we can complete driver conversion to using managed resources and get rid of ili210x_i2c_remove(). Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/ili210x.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git