diff options
author | Colin Ian King <[email protected]> | 2018-07-13 11:08:31 +0100 |
---|---|---|
committer | Johan Hovold <[email protected]> | 2018-07-16 14:10:00 +0200 |
commit | 1e2ae1d7e43657f6d1a08a7e52ef85ed735cc538 (patch) | |
tree | 75d00d017144d5abec6449838b3999045cdac1f6 /tools/perf/util/trace-event-scripting.c | |
parent | 3738c506657f34adbfc860df729b9e38b1567ed4 (diff) |
USB: serial: mos7720: remove redundant variables iflag, mask and serial
Variables iflag, mask and serial are being assigned but are never used
hence are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'iflag' set but not used [-Wunused-but-set-variable]
warning: variable 'mask' set but not used [-Wunused-but-set-variable]
warning: variable 'serial' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions