From: Lad, Prabhakar Date: Mon, 17 Jun 2013 14:57:58 +0000 (+0530) Subject: ARM: edma: Convert to devm_* api X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7eff702e086bb049bcf33c1338323165f3ec89e;p=pandora-kernel.git ARM: edma: Convert to devm_* api Use devm_ioremap_resource instead of reques_mem_region()/ioremap(), devm_request_irq() instead of request_irq() and kzalloc() calls to devm_kzalloc(). This ensures more consistent error values and simplifies error paths. Signed-off-by: Lad, Prabhakar [nsekhar@ti.com: add missing err.h include] Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed