diff options
author | Colin Ian King <[email protected]> | 2020-02-26 18:59:21 +0000 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-03-02 15:39:15 +0530 |
commit | 13a892d4aa2499f22b0be7f25ecd484ed026cdb8 (patch) | |
tree | 568054826449a276116c2ea5af263ce0486ed2e2 /tools/perf/util/trace-event-scripting.c | |
parent | 3e0ca3c38dc2ff5424eefa01a3a91cc9c0f65f5a (diff) |
dmaengine: ti: edma: fix null dereference because of a typo in pointer name
Currently there is a dereference of the null pointer m_ddev. This appears
to be a typo on the pointer, I believe s_ddev should be used instead.
Fix this by using the correct pointer.
Fixes: eb0249d50153 ("dmaengine: ti: edma: Support for interleaved mem to mem transfer")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Peter Ujfalusi <[email protected]>
Addresses-Coverity: ("Explicit null dereferenced")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions