diff options
| author | Colin Ian King <[email protected]> | 2020-02-08 16:50:22 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-02-10 11:15:27 -0800 |
| commit | 85798543f55cd51cb57de4b6aa4ab6c05206d26f (patch) | |
| tree | 8f169280aeabf8f5d787b04023af21eb897283a3 /tools/perf/scripts/python | |
| parent | cc7eac1e4afdd151085be4d0341a155760388653 (diff) | |
usb: typec: ucsi: remove redundant assignment to variable num
Variable num is being assigned with a value that is never read, it is
assigned a new value later in a for-loop. The assignment is redundant
and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[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')
0 files changed, 0 insertions, 0 deletions