diff options
author | Colin Ian King <[email protected]> | 2020-03-16 16:11:29 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-03-17 20:03:27 +0100 |
commit | c87c27318c49d673e2a9cde3869424637364b609 (patch) | |
tree | d1849caa494e576891a7ad63a5b8641f332c11e5 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b80e3e813b3a502e04ed79e2301577fa3e5719ff (diff) |
usb: musb: remove redundant assignment to variable ret
Variable ret is being initialized with a value that is never read,
it is assigned a new value later on. The assignment is redundant
and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Bin Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions