]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dma: pl330: Convert to devm_ioremap_resource()
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 4 Mar 2013 09:06:27 +0000 (14:36 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 1 Apr 2013 16:42:11 +0000 (22:12 +0530)
commitdae4d1ddb352a0c240575886bb7b3920b3a8cafc
tree3021cfda40dbbeb8ca2480fd1179e871c3bfa364
parentc4f5fbe67f64f5f84d3d31974861a9a97a2b4235
dma: pl330: Convert to devm_ioremap_resource()

Use the newly introduced devm_ioremap_resource() instead of
devm_request_and_ioremap() which provides more consistent error handling.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c