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

Commit 55a46269 authored by Michał Sroczyński's avatar Michał Sroczyński Committed by Greg Kroah-Hartman
Browse files

USB: pl2303: remove unreachable code

parent 065e6096
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -360,9 +360,6 @@ static void pl2303_set_termios(struct tty_struct *tty,
				tmp >>= 2;
				tmp >>= 2;
				buf[1] <<= 1;
				buf[1] <<= 1;
			}
			}
			if (tmp > 256) {
				tmp %= 256;
			}
			buf[0] = tmp;
			buf[0] = tmp;
		}
		}
	}
	}