]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: ste_dma40: Drop local dma_parms
authorRobin Murphy <robin.murphy@arm.com>
Thu, 3 Sep 2020 20:25:51 +0000 (21:25 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 11 Sep 2020 12:12:13 +0000 (17:42 +0530)
commit4811c375924cdf9573fd3496533695cd05d88c75
treeb86b090bb6035f808aeadaeee43b04692ce2f1dc
parent043717f902374a806a35de2ce4a736dd4545157c
dmaengine: ste_dma40: Drop local dma_parms

Since commit 75a877d1eaa6 ("driver core: platform: Initialize dma_parms
for platform devices"), struct platform_device already provides a
dma_parms structure, so we can save allocating another one.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/011a956183b92a258bf0922385d145ea966dcbea.1599164692.git.robin.murphy@arm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ste_dma40.c