Re: [PATCH] irtty-sir.c: Do not set_termios() on irtty_close()

From: David Miller
Date: Mon Feb 17 2014 - 14:29:48 EST


From: Tommie Gannert <tommie@xxxxxxxxxx>
Date: Thu, 13 Feb 2014 08:52:06 +0000

> --- linux-3.12/drivers/net/irda/irtty-sir.c.orig 2014-02-12
> --- 21:36:46.132496089 +0000
> +++ linux-3.12/drivers/net/irda/irtty-sir.c 2014-02-12
> 21:57:21.635843884 +0000
> @@ -521,7 +521,6 @@ static void irtty_close(struct tty_struc
> sirdev_put_instance(priv->dev);
> /* Stop tty */
> - irtty_stop_receiver(tty, TRUE);
> clear_bit(TTY_DO_WRITE_WAKEUP, &tty->flags);
> if (tty->ops->stop)
> tty->ops->stop(tty);

This patch has been corrupted by your email client. Please fix this
up and resubmit, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/