USB: serial: cypress_m8: remove set but not used variable 'iflag'
authorYueHaibing <yuehaibing@huawei.com>
Thu, 4 Oct 2018 07:09:53 +0000 (07:09 +0000)
committerJohan Hovold <johan@kernel.org>
Fri, 5 Oct 2018 06:58:42 +0000 (08:58 +0200)
commit17c42e34997ae172c794f84fefe47f00bec13f9a
tree5a06cd1730f69b438476a75f8e5e1011ff846d6b
parent56445eef55cb5904096fed7a73cf87b755dfffc7
USB: serial: cypress_m8: remove set but not used variable 'iflag'

Fixes gcc '-Wunused-but-set-variable' warning:

drivers/usb/serial/cypress_m8.c: In function 'cypress_set_termios':
drivers/usb/serial/cypress_m8.c:866:18: warning:
 variable 'iflag' set but not used [-Wunused-but-set-variable]

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cypress_m8.c