diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-13 11:08:31 +0100 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2018-07-16 14:10:00 +0200 |
commit | 1e2ae1d7e43657f6d1a08a7e52ef85ed735cc538 (patch) | |
tree | 75d00d017144d5abec6449838b3999045cdac1f6 /scripts/config | |
parent | 3738c506657f34adbfc860df729b9e38b1567ed4 (diff) | |
download | blackbird-op-linux-1e2ae1d7e43657f6d1a08a7e52ef85ed735cc538.tar.gz blackbird-op-linux-1e2ae1d7e43657f6d1a08a7e52ef85ed735cc538.zip |
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 <colin.king@canonical.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'scripts/config')
0 files changed, 0 insertions, 0 deletions