diff options
author | Colin Ian King <[email protected]> | 2021-10-08 00:41:53 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2021-10-13 09:21:09 +0300 |
commit | 3e4beec5e67935cd201d1eb7e72b5d34b188ba0f (patch) | |
tree | e4acbf08561103e066ed338cf3bc4c522c270ab0 /tools/perf/scripts/python/libxed.py | |
parent | 51fd5c6417b9517b23aa655649a57ca90948b06f (diff) |
mt7601u: Remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read,
it is assigned later on with a different value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions