From: Michał Sroczyński Date: Thu, 25 Aug 2011 17:52:27 +0000 (+0200) Subject: USB: pl2303: remove unreachable code X-Git-Tag: v3.2-rc1~183^2~179^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55a46269ccedec140e2487a2344e8a247d48b385;p=thirdparty%2Fkernel%2Flinux.git USB: pl2303: remove unreachable code Signed-off-by: Michal Sroczynski Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 1d33260de014f..0ae840f789a45 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -360,9 +360,6 @@ static void pl2303_set_termios(struct tty_struct *tty, tmp >>= 2; buf[1] <<= 1; } - if (tmp > 256) { - tmp %= 256; - } buf[0] = tmp; } }