From: Andy Shevchenko Date: Tue, 24 Jul 2012 08:00:55 +0000 (+0300) Subject: dw_dmac: use devm_* functions to simplify code X-Git-Tag: v3.7-rc1~68^2~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbde5c2934d10f87cc45ed9a9b95cac6f0c0fdd2;p=pandora-kernel.git dw_dmac: use devm_* functions to simplify code 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 Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed