Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35f077dc authored by Roel Kluin's avatar Roel Kluin Committed by Greg Kroah-Hartman
Browse files

Staging: serqt_usb2: Two branches the same in qt_set_termios()



Regardless of the condition, the branches executed the same code

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a2c3fdb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1277,7 +1277,7 @@ static void qt_set_termios(struct tty_struct *tty,
	if (cflag & CSTOPB)
		new_LCR |= SERIAL_TWO_STOPB;
	else
		new_LCR |= SERIAL_TWO_STOPB;
		new_LCR |= SERIAL_ONE_STOPB;

	dbg("%s - 4\n", __func__);