USB: serial: cypress_m8: drop unused driver data flag
Drop the isthrottled flag which has never been used. Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
6eb42a0f8c
commit
da7d26a035
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue