Skip to content

Commit 11f8dfd

Browse files
committed
Revert "bcm2835-dma: Fix dreq not set for slave transfers"
This reverts commit 8ad957e. DMA channels are set in devicetree, thus dreq will be set, and this commit is no longer needed. Signed-off-by: Matthias Reichl <[email protected]>
1 parent 8353706 commit 11f8dfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/dma/bcm2835-dma.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,6 @@ static int bcm2835_dma_slave_config(struct dma_chan *chan,
679679
}
680680

681681
c->cfg = *cfg;
682-
if (!c->dreq)
683-
c->dreq = cfg->slave_id;
684682

685683
return 0;
686684
}

0 commit comments

Comments
 (0)