mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + usb-digi_acceleport-fix-broken-unthrottle.patch added to -mm tree
@ 2009-10-04 21:00 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-10-04 21:00 UTC (permalink / raw)
  To: mm-commits; +Cc: jhovold, greg, oliver, rjw


The patch titled
     usb: digi_acceleport: fix broken unthrottle
has been added to the -mm tree.  Its filename is
     usb-digi_acceleport-fix-broken-unthrottle.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-04 21:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-04 21:00 + usb-digi_acceleport-fix-broken-unthrottle.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).