aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/serial/pl2303.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
index 1d33260de014..0ae840f789a4 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,
360 tmp >>= 2; 360 tmp >>= 2;
361 buf[1] <<= 1; 361 buf[1] <<= 1;
362 } 362 }
363 if (tmp > 256) {
364 tmp %= 256;
365 }
366 buf[0] = tmp; 363 buf[0] = tmp;
367 } 364 }
368 } 365 }