On Tue, Feb 17, 2015 at 10:45:11PM -0500, Nicolas PLANEL wrote:
> From 467794e88dc08f61e1068c510c97baa9a12b841d Mon Sep 17 00:00:00 2001
> From: Nicolas PLANEL <nicolas.pla...@enovance.com>
> Date: Tue, 17 Feb 2015 00:59:14 -0500
> Subject: [PATCH] USB: ch341: set tty baud speed according to tty struct

What is all of this here for?  And it doesn't match your "From:" line in
your email, which is a bit odd.

> 
> diff --git a/drivers/usb/serial/ch341.c b/drivers/usb/serial/ch341.c
> index 2d72aa3564a3..2dbbbf6d4187 100644
> --- a/drivers/usb/serial/ch341.c
> +++ b/drivers/usb/serial/ch341.c
> @@ -307,9 +307,13 @@ static int ch341_open(struct tty_struct *tty, struct
> usb_serial_port *port)

Linewrapped :(


>  {
>      struct usb_serial *serial = port->serial;
>      struct ch341_private *priv = usb_get_serial_port_data(port);
> +    unsigned baud;
>      int r;

tabs converted to spaces :(

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to