Re: [PATCH 1/2] mfd: stmpe: Use devm_*() routines

2012-11-21 Thread Samuel Ortiz
Hi Viresh, On Fri, Nov 09, 2012 at 09:01:54PM +0530, Viresh Kumar wrote: This patch frees stmpe driver from tension of freeing resources :) devm_* derivatives of multiple routines are used while allocating resources, which would be freed automatically by kernel. Signed-off-by: Viresh Kumar

Re: [PATCH 1/2] mfd: stmpe: Use devm_*() routines

2012-11-19 Thread Viresh Kumar
On 9 November 2012 21:01, Viresh Kumar viresh.ku...@linaro.org wrote: This patch frees stmpe driver from tension of freeing resources :) devm_* derivatives of multiple routines are used while allocating resources, which would be freed automatically by kernel. Signed-off-by: Viresh Kumar

[PATCH 1/2] mfd: stmpe: Use devm_*() routines

2012-11-14 Thread Viresh Kumar
This patch frees stmpe driver from tension of freeing resources :) devm_* derivatives of multiple routines are used while allocating resources, which would be freed automatically by kernel. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/mfd/stmpe.c | 46