diff options
-rw-r--r-- | drivers/usb/serial/cp210x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 25e343ff61e7..ca27f2f8522d 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c | |||
@@ -379,7 +379,7 @@ static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *port) | |||
379 | return -EPROTO; | 379 | return -EPROTO; |
380 | } | 380 | } |
381 | 381 | ||
382 | result = usb_serial_generic_submit_read_urb(port, GFP_KERNEL); | 382 | result = usb_serial_generic_open(tty, port); |
383 | if (result) | 383 | if (result) |
384 | return result; | 384 | return result; |
385 | 385 | ||