mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: Guennadi Liakhovetski <gl@dsa-ac.de>
Cc: linux-kernel@vger.kernel.org,
	USB development list <linux-usb-devel@lists.sourceforge.net>,
	Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Subject: Re: [PATCH 2.4.32] usb-uhci.c failing "-"
Date: Fri, 20 Jan 2006 23:19:43 +0100	[thread overview]
Message-ID: <20060120221943.GS7142@w.ods.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0601200928480.1049@pcgl.dsa-ac.de>

On Fri, Jan 20, 2006 at 09:33:26AM +0100, Guennadi Liakhovetski wrote:
> Hi
> 
> Looks like a bug?

Looks like you're right.

Marcelo, I've merged it into -upstream.

> Thanks
> Guennadi

Thanks,
Willy

> ---------------------------------
> Guennadi Liakhovetski, Ph.D.
> DSA Daten- und Systemtechnik GmbH
> Pascalstr. 28
> D-52076 Aachen
> Germany
> 
> Signed-off-by Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> 
> --- a/drivers/usb/host/usb-uhci.c	Fri Jan 20 09:27:50 2006
> +++ b/drivers/usb/host/usb-uhci.c	Fri Jan 20 09:28:05 2006
> @@ -2505,7 +2505,7 @@
>  			((urb_priv_t*)urb->hcpriv)->flags=0;
>  		}
> 
> -		if ((urb->status != -ECONNABORTED) && (urb->status != 
> ECONNRESET) &&
> +		if ((urb->status != -ECONNABORTED) && (urb->status != 
> -ECONNRESET) &&
>  			    (urb->status != -ENOENT)) {
> 
>  			urb->status = -EINPROGRESS;
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

  reply	other threads:[~2006-01-20 22:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-20  8:33 Guennadi Liakhovetski
2006-01-20 22:19 ` Willy Tarreau [this message]
2006-01-20 23:10 ` Pete Zaitcev
2006-01-22  0:15   ` Guennadi Liakhovetski
2006-01-22  7:27     ` Pete Zaitcev

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=20060120221943.GS7142@w.ods.org \
    --to=willy@w.ods.org \
    --cc=gl@dsa-ac.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=marcelo.tosatti@cyclades.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome