Commit a9013176 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

USB: cp210x: use generic open to start reading from device

parent 214916f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *port)
		return -EPROTO;
	}

	result = usb_serial_generic_submit_read_urb(port, GFP_KERNEL);
	result = usb_serial_generic_open(tty, port);
	if (result)
		return result;