diff options
author | Petr Kulhavy <[email protected]> | 2015-03-23 21:35:01 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2015-04-01 09:15:57 +0530 |
commit | ab7add30ce63a7147f045f00c65a44c0f14ad6b2 (patch) | |
tree | 45f8d52a4256b0e1333b301645834bbc37be0626 /tools/perf/util/scripting-engines/trace-event-perl.c | |
parent | de6b641e2d23d116dcf6b6a67e2ee4856e3c3026 (diff) |
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 <[email protected]>
Acked-by: Peter Ujfalusi <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions