Re: [PATCH 4/9] Input: pixcir_i2c_ts: Use devres managed resource allocations

2013-12-18 Thread Dmitry Torokhov
On Wed, Dec 18, 2013 at 02:51:15PM +0530, Roger Quadros wrote: > Use devm_() and friends for allocating memory, input device > and IRQ. This one looks good, maybe have it first in the series when you resubmit. > > Signed-off-by: Roger Quadros > Acked-by: Mugunthan V N > --- > drivers/input/to

[PATCH 4/9] Input: pixcir_i2c_ts: Use devres managed resource allocations

2013-12-18 Thread Roger Quadros
Use devm_() and friends for allocating memory, input device and IRQ. Signed-off-by: Roger Quadros Acked-by: Mugunthan V N --- drivers/input/touchscreen/pixcir_i2c_ts.c | 35 --- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/drivers/input/touchscreen