]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: dw: platform: Use devm_platform_ioremap_resource()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 20 Aug 2019 13:15:42 +0000 (16:15 +0300)
committerVinod Koul <vkoul@kernel.org>
Wed, 21 Aug 2019 04:11:28 +0000 (09:41 +0530)
commitf2eaa08bb3fceae9a9daece90da14094b9f9e5d8
tree3efc0b190380559098e253a3e289a8e819537f97
parent984a60dbae4e828d3f9589573607ec6dfa9f4cd5
dmaengine: dw: platform: Use devm_platform_ioremap_resource()

Use the new helper that wraps the calls to platform_get_resource()
and devm_ioremap_resource() together.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20190820131546.75744-7-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw/platform.c