public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: bcm2835: Drop duplicate capability setting.
@ 2019-04-04 17:25 Michal Suchanek
  2019-04-05  7:07 ` Stefan Wahren
  2019-04-26 11:23 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Suchanek @ 2019-04-04 17:25 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, dmaengine, linux-rpi-kernel,
	linux-arm-kernel, linux-kernel
  Cc: Stefan Wahren, Florian Fainelli, Scott Branden, Ray Jui,
	Eric Anholt, Vinod Koul, Dan Williams, Michal Suchanek

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 drivers/dma/bcm2835-dma.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c
index ec8a291d62ba..e38b19dd2895 100644
--- a/drivers/dma/bcm2835-dma.c
+++ b/drivers/dma/bcm2835-dma.c
@@ -891,7 +891,6 @@ static int bcm2835_dma_probe(struct platform_device *pdev)
 	dma_cap_set(DMA_SLAVE, od->ddev.cap_mask);
 	dma_cap_set(DMA_PRIVATE, od->ddev.cap_mask);
 	dma_cap_set(DMA_CYCLIC, od->ddev.cap_mask);
-	dma_cap_set(DMA_SLAVE, od->ddev.cap_mask);
 	dma_cap_set(DMA_MEMCPY, od->ddev.cap_mask);
 	od->ddev.device_alloc_chan_resources = bcm2835_dma_alloc_chan_resources;
 	od->ddev.device_free_chan_resources = bcm2835_dma_free_chan_resources;
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-26 11:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-04 17:25 [PATCH] dmaengine: bcm2835: Drop duplicate capability setting Michal Suchanek
2019-04-05  7:07 ` Stefan Wahren
2019-04-26 11:23 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox