diff options
author | Colin Ian King <[email protected]> | 2020-05-07 17:43:18 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2020-05-12 10:34:04 +0300 |
commit | 52b776fa592178c3dc341a93fec7bc760b38cc15 (patch) | |
tree | 6e8d317d982e009e4bf20b08281d65be2edbba50 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 32221df6765b3773ff1af37c77f8531ebc48f246 (diff) |
ath11k: remove redundant initialization of pointer info
Pointer info is being assigned twice, once at the start of the function
and secondly when it is just about to be accessed. Remove the redundant
initialization and keep the original assignment to info that is close
to the memcpy that uses it.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions