Re: [PATCH] dw_dmac: use devm_* functions to simplify code

2012-07-25 Thread Vinod Koul
On Tue, 2012-07-24 at 11:00 +0300, Andy Shevchenko wrote: > Use devm_kzalloc, devm_clk_get, devm_request_irq, and devm_request_and_ioremap > to reduce the code and to simplify the error path. > > Signed-off-by: Andy Shevchenko > Cc: Viresh Kumar Applied thanks -- ~Vinod -- To unsubscribe from

Re: [PATCH] dw_dmac: use devm_* functions to simplify code

2012-07-24 Thread viresh kumar
On Tue, Jul 24, 2012 at 9:00 AM, Andy Shevchenko wrote: > Use devm_kzalloc, devm_clk_get, devm_request_irq, and devm_request_and_ioremap > to reduce the code and to simplify the error path. > > Signed-off-by: Andy Shevchenko > Cc: Viresh Kumar > --- > drivers/dma/dw_dmac.c | 53 > ++