Commit da7d26a0 authored by Johan Hovold's avatar Johan Hovold

USB: serial: cypress_m8: drop unused driver data flag

Drop the isthrottled flag which has never been used.
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent 6eb42a0f
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment