From: Johan Hovold Date: Sun, 21 Apr 2019 12:21:48 +0000 (+0200) Subject: USB: serial: cypress_m8: drop unused driver data flag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=da7d26a0356ce0b23d0ec273c934507317854f34;p=linux.git USB: serial: cypress_m8: drop unused driver data flag Drop the isthrottled flag which has never been used. Signed-off-by: Johan Hovold --- diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index ed51bc48eea65..8a06e5ffe6442 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c @@ -107,7 +107,6 @@ struct cypress_private { int get_cfg_unsafe; /* If true, the CYPRESS_GET_CONFIG is unsafe */ int baud_rate; /* stores current baud rate in integer form */ - int isthrottled; /* if throttled, discard reads */ char prev_status; /* used for TIOCMIWAIT */ /* we pass a pointer to this as the argument sent to cypress_set_termios old_termios */