commit | d4c77c0532e2eceaccdeeec493b2e39666c97406 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue Sep 13 10:58:43 2016 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Sep 14 19:02:11 2016 +0530 |
tree | ee8cc78fbb9c155f5d6858914592f0c910d54e81 | |
parent | 1c2e8e6b6429688e6b1096db1a89a60faaa6d8dc [diff] |
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>