]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dw_dmac: don't check resource with devm_ioremap_resource
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Jun 2013 12:26:43 +0000 (15:26 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 12 Jun 2013 08:07:58 +0000 (13:37 +0530)
commit058ba52d80d90da9763e37f4eabd74d5d5cff183
tree8a0c562ab3e0d19ceb603fdee082f5fbb000d63f
parent32c0ad104cb51fa7db30aa7c4ad4d80034412719
dw_dmac: don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw_dmac.c