commit | 4e06de43a9e6d2ae5fa7525db9b83f19a73c57d3 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Thu Sep 03 21:25:52 2020 +0100 |
committer | Vinod Koul <vkoul@kernel.org> | Fri Sep 11 17:42:13 2020 +0530 |
tree | 0787589671ff58bc972a7b0b7ff3382689798c5a | |
parent | 1ecb12781cf75dc73eaa7fb84025496e6b196ac3 [diff] |
dmaengine: qcom: bam_dma: Drop local dma_parms Since commit 9495b7e92f71 ("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/60ac2ef17e242dbf631db29ebde9d64d6df67030.1599164692.git.robin.murphy@arm.com Signed-off-by: Vinod Koul <vkoul@kernel.org>