From: Petr Kulhavy Date: Mon, 23 Mar 2015 20:35:01 +0000 (+0100) Subject: dmaengine: edma: fixed wrongly initialized data parameter to the edma callback X-Git-Tag: omap-for-v4.2/o2_dc~23^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab7add30ce63a7147f045f00c65a44c0f14ad6b2;p=pandora-kernel.git dmaengine: edma: fixed wrongly initialized data parameter to the edma callback The "data" parameter passed indirectly to the edma_callback() should be edma_chan and not the dma_chan. This bug was so far harmless since the offset of struct dma_chan within struct edma_chan is 0. However as soon as someone changes struct edma_chan this would cause troubles. Signed-off-by: Petr Kulhavy Acked-by: Peter Ujfalusi Signed-off-by: Vinod Koul --- Reading git-diff-tree failed