Commit da7d26a0 authored by Johan Hovold's avatar Johan Hovold
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */