diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 28b10cfcb4d3d5fd5556f2876975e0f9aa1fb405..440b99c154350fc746ee3e6877bf6fda1412275f 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -514,9 +514,6 @@ static void pl2303_set_termios(struct tty_struct *tty, spin_unlock_irqrestore(&priv->lock, flags); } - memset(buf, 0, 7); - pl2303_get_line_request(port, buf); - if (C_CRTSCTS(tty)) { if (spriv->type == HX) pl2303_vendor_write(serial, 0x0, 0x61);