From: akpm@linux-foundation.org
To: jhovold@gmail.com, greg@kroah.com, oliver@neukum.org,
rjw@sisk.pl, mm-commits@vger.kernel.org
Subject: [merged] usb-digi_acceleport-fix-broken-unthrottle.patch removed from -mm tree
Date: Fri, 09 Oct 2009 15:05:48 -0700 [thread overview]
Message-ID: <200910092205.n99M5mLf022166@imap1.linux-foundation.org> (raw)
The patch titled
usb: digi_acceleport: fix broken unthrottle
has been removed from the -mm tree. Its filename was
usb-digi_acceleport-fix-broken-unthrottle.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: usb: digi_acceleport: fix broken unthrottle
From: Johan Hovold <jhovold@gmail.com>
Fix a regression introduced in 39892da44b21b5362eb848ca424d73a25ccc488f
("USB: Digi AccelePort adapted to new tty buffering").
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Acked-by: Oliver Neukum <oliver@neukum.org>
Cc: Greg KH <greg@kroah.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/usb/serial/digi_acceleport.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff -puN drivers/usb/serial/digi_acceleport.c~usb-digi_acceleport-fix-broken-unthrottle drivers/usb/serial/digi_acceleport.c
--- a/drivers/usb/serial/digi_acceleport.c~usb-digi_acceleport-fix-broken-unthrottle
+++ a/drivers/usb/serial/digi_acceleport.c
@@ -898,16 +898,16 @@ static void digi_rx_unthrottle(struct tt
spin_lock_irqsave(&priv->dp_port_lock, flags);
- /* turn throttle off */
- priv->dp_throttled = 0;
- priv->dp_throttle_restart = 0;
reply other threads:[~2009-10-09 22:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200910092205.n99M5mLf022166@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=greg@kroah.com \
--cc=jhovold@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=oliver@neukum.org \
--cc=rjw@sisk.pl \
/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.