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

From: viresh kumar
Date: Tue Jul 24 2012 - 04:08:38 EST


On Tue, Jul 24, 2012 at 9:00 AM, Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> 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 <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Cc: Viresh Kumar <viresh.linux@xxxxxxxxx>
> ---
> drivers/dma/dw_dmac.c | 53 +++++++++-----------------------------------
> drivers/dma/dw_dmac_regs.h | 2 --
> 2 files changed, 10 insertions(+), 45 deletions(-)

Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/