diff options
author | Petr Kulhavy <petr@barix.com> | 2015-03-23 21:35:01 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-04-01 05:45:57 +0200 |
commit | ab7add30ce63a7147f045f00c65a44c0f14ad6b2 (patch) | |
tree | 45f8d52a4256b0e1333b301645834bbc37be0626 /Documentation | |
parent | dmaengine: ste_dma40: fix implicit conversion (diff) | |
download | linux-ab7add30ce63a7147f045f00c65a44c0f14ad6b2.tar.xz linux-ab7add30ce63a7147f045f00c65a44c0f14ad6b2.zip |
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 <petr@barix.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions