All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.cz>
To: Peter Hurley <peter@hurleysoftware.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jiri Slaby <jslaby@suse.cz>,
	linux-serial@vger.kernel.org, Beat Bolli <bbolli@ewanet.ch>,
	Pavel Roskin <proski@gnu.org>,
	linux-kernel@vger.kernel.org, Jiri Kosina <jkosina@suse.cz>,
	Felipe Balbi <balbi@ti.com>,
	Grant Edwards <grant.b.edwards@gmail.com>,
	Stanislaw Gruszka <sgruszka@redhat.com>,
	Hal Murray <murray+fedora@ip-64-139-1-69.sjc.megapath.net>,
	Alan Cox <gnomes@lxorguk.ukuu.org.uk>,
	stable@vger.kernel.org
Subject: Re: [PATCH] tty: Fix low_latency BUG
Date: Mon, 24 Feb 2014 14:02:05 +0100	[thread overview]
Message-ID: <20140224130205.GD16073@suse.cz> (raw)
In-Reply-To: <1393072281-5814-1-git-send-email-peter@hurleysoftware.com>

On Sat, Feb 22, 2014 at 07:31:21AM -0500, Peter Hurley wrote:
> --- a/drivers/tty/ipwireless/tty.c
> +++ b/drivers/tty/ipwireless/tty.c
> @@ -176,9 +176,6 @@ void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
>  				": %d chars not inserted to flip buffer!\n",
>  				length - work);
>  
> -	/*
> -	 * This may sleep if ->low_latency is set
> -	 */

This is a no-op change for the ipwireless driver itself, nevertheless
here goes the maintainer's

Acked-by: David Sterba <dsterba@suse.cz>

>  	if (work)
>  		tty_flip_buffer_push(&tty->port);
>  }

  parent reply	other threads:[~2014-02-24 13:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-22 12:31 [PATCH] tty: Fix low_latency BUG Peter Hurley
2014-02-22 12:31 ` Peter Hurley
2014-02-22 21:56 ` One Thousand Gnomes
2014-02-22 21:56   ` One Thousand Gnomes
2014-02-24 13:02 ` David Sterba [this message]
2014-02-26  5:11 ` Feng Tang
2014-02-26 15:40   ` Peter Hurley
2014-02-27  3:28     ` Feng Tang
2014-02-27  9:22       ` One Thousand Gnomes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140224130205.GD16073@suse.cz \
    --to=dsterba@suse.cz \
    --cc=balbi@ti.com \
    --cc=bbolli@ewanet.ch \
    --cc=gnomes@lxorguk.ukuu.org.uk \
    --cc=grant.b.edwards@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jkosina@suse.cz \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=murray+fedora@ip-64-139-1-69.sjc.megapath.net \
    --cc=peter@hurleysoftware.com \
    --cc=proski@gnu.org \
    --cc=sgruszka@redhat.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.