Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7266d26 authored by Michal Suchanek's avatar Michal Suchanek Committed by Vinod Koul
Browse files

dmaengine: bcm2835: Drop duplicate capability setting.

parent 2da254cc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;