USB: pl2303: remove unreachable code
[pandora-kernel.git] / drivers / usb / serial / pl2303.c
index 1d33260..0ae840f 100644 (file)
@@ -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;
                }
        }