]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: omap-dma: Correct type2 descriptor's member types
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 13 Sep 2016 07:58:43 +0000 (10:58 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 14 Sep 2016 13:32:11 +0000 (19:02 +0530)
commitd4c77c0532e2eceaccdeeec493b2e39666c97406
treeee8cc78fbb9c155f5d6858914592f0c910d54e81
parent1c2e8e6b6429688e6b1096db1a89a60faaa6d8dc
dmaengine: omap-dma: Correct type2 descriptor's member types

The type of CDEI, CSEI, CDFI and CSFI is signed.
This did not caused issue so far as we only use unsigned values.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/omap-dma.c