diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-08-29 16:28:11 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-08-31 21:49:25 +0530 |
commit | 1e008336b9f590eb749ac96ccef4ea0301f79619 (patch) | |
tree | da037458e9d67dc59772553d99a36cc65bb819a9 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8f031494df0e5bed90f262c138f592535946910d (diff) |
dmaengine: sh: Fix unused initialization of pointer lmdesc
Pointer lmdesc is being inintialized with a value that is never read,
it is later being re-assigned a new value. Fix this by initializing
it with the latter value.
Addresses-Coverity: ("Unused value")
Fixes: 550c591a89a1 ("dmaengine: sh: Add DMAC driver for RZ/G2L SoC")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210829152811.529766-1-colin.king@canonical.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions