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)
commitc5c6faaee6e0c374c7dfaf053aa23750f5a68e20
tree4f7d34d5b1eeb7a3dc78fcca292c46a327fa845f
parentb2003f61a554ff402509c6061aa5e3f6ef92f12a
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