]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: ti: edma: Use bitmap_set() instead of open coded edma_set_bits()
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 23 Aug 2019 12:56:16 +0000 (15:56 +0300)
committerVinod Koul <vkoul@kernel.org>
Wed, 4 Sep 2019 09:49:19 +0000 (15:19 +0530)
commit78a75b498c22d2d8d382b9f44412810a034134b7
tree4f7d34d5b1eeb7a3dc78fcca292c46a327fa845f
parent774952aec82453aff262f1264d27d9439358fc1e
dmaengine: ti: edma: Use bitmap_set() instead of open coded edma_set_bits()

bitmap_set() is the standard way of setting an area in the bitfield.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20190823125618.8133-4-peter.ujfalusi@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ti/edma.c