diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-10-26 15:25:49 +0300 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2018-11-12 12:35:14 +0300 |
commit | 32d8a6fc5bd62769c7fa60818e0a32bd5126a565 (patch) | |
tree | 70bd6331800d23eb854cd1128fa8cd9861731fa1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 548f32f59456e71379c61d4e88727ee6c5f6ccd6 (diff) | |
download | linux-32d8a6fc5bd62769c7fa60818e0a32bd5126a565.tar.xz |
USB: serial: mos7840: remove set but not used variables 'st, data1, iflag'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/usb/serial/mos7840.c: In function 'mos7840_interrupt_callback':
drivers/usb/serial/mos7840.c:604:14: warning:
variable 'st' set but not used [-Wunused-but-set-variable]
drivers/usb/serial/mos7840.c: In function 'mos7840_write':
drivers/usb/serial/mos7840.c:1303:17: warning:
variable 'data1' set but not used [-Wunused-but-set-variable]
drivers/usb/serial/mos7840.c:1700:11: warning:
variable 'iflag' set but not used [-Wunused-but-set-variable]
They are never used since introduction in commit 3f5429746d91 ("USB:
Moschip 7840 USB-Serial Driver")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions