diff options
author | Colin Ian King <[email protected]> | 2019-06-26 17:35:17 +0100 |
---|---|---|
committer | Felipe Balbi <[email protected]> | 2019-07-03 11:00:36 +0300 |
commit | 4aef7966060439bb4f9d440feacd5ce7697bce37 (patch) | |
tree | 0a07af39875d96561dd3fa09d6b8386ed2cf7bf8 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | dfc4fdebc5d62ac4e2fe5428e59b273675515fb2 (diff) |
usb: gadget: udc: renesas_usb3: remove redundant assignment to ret
Variable ret is being initialized with a value that is never read and
ret is being re-assigned immediately after the initialization in both
paths of an if statement. This is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Reviewed-by: Yoshihiro Shimoda <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions