commit | 04bbd8ef533fed260ea8cc249b534c1cbbc7f9d0 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sat Sep 15 15:16:47 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Oct 15 10:03:16 2012 +0800 |
tree | 8c013af0b2e550bf31651b9bdd0ca4b0039479ce | |
parent | bb1d34a20d537e2f2342db8b5918512f05b0f852 [diff] |
dma: imx-dma: use devm_kzalloc and devm_request_irq Use managed functions devm_kzalloc and devm_request_irq instead to make the error patch simpler. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Vinod Koul <vinod.koul@linux.intel.com>