From f70311fd2373ada56f562773e362129ad1df69e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sroczy=C5=84ski?= Date: Thu, 25 Aug 2011 19:52:27 +0200 Subject: [PATCH] --- yaml --- r: 264922 b: refs/heads/master c: 55a46269ccedec140e2487a2344e8a247d48b385 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/pl2303.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f24cbdd0bb89..759fa2700210 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 065e60964e293227e4feb0c1f7e27e609316ed9a +refs/heads/master: 55a46269ccedec140e2487a2344e8a247d48b385 diff --git a/trunk/drivers/usb/serial/pl2303.c b/trunk/drivers/usb/serial/pl2303.c index 1d33260de014..0ae840f789a4 100644 --- a/trunk/drivers/usb/serial/pl2303.c +++ b/trunk/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; } }