mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user