dmaengine: omap-dma: Add memory barrier to dma_resume path
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 16 Sep 2014 19:45:56 +0000 (22:45 +0300)
committerVinod Koul <vinod.koul@intel.com>
Tue, 23 Sep 2014 12:52:54 +0000 (18:22 +0530)
Add mb() call to resume path to ensure the necessary barrier.
Resume can happen after waking up from suspend for example.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

No differences found