public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Itai Nahshon <nahshon@actcom.co.il>
Cc: linux-kernel@vger.kernel.org, mdharm-usb@one-eyed-alien.net
Subject: Re: Linux 2.4.20-pre4-ac2
Date: Wed, 4 Sep 2002 13:45:33 -0400	[thread overview]
Message-ID: <20020904134533.A8891@devserv.devel.redhat.com> (raw)
In-Reply-To: <200208270201.53750.nahshon@actcom.co.il>; from nahshon@actcom.co.il on Tue, Aug 27, 2002 at 02:01:53AM +0300

> From: Itai Nahshon <nahshon@actcom.co.il>
> Date: Tue, 27 Aug 2002 02:01:53 +0300

> +++ linux-2.4.20-pre4-ac2-i2/drivers/usb/storage/transport.c	Mon Aug 26 
> 23:24:53 2002
> @@ -1164,6 +1164,10 @@
>  				ret = USB_STOR_TRANSPORT_ABORTED;
>  				goto out;
>  			}
> +			if (result == US_BULK_TRANSFER_FAILED) {
> +				ret = USB_STOR_TRANSPORT_FAILED;
> +				goto out;
> +			}
>  		}
>  	}
> 
> There's a check for US_BULK_TRANSFER_FAILED after
> a call to usb_stor_transfer everywhere except here... Is it for 
> a reason?

Itai, submit this to Matt. I saw it too, coming from our Japan
support office. They claim a probem with installs from USB CD-ROM.
The report was very murky and I was unable to get any details
or confirm it, but it seems independent at least.

-- Pete

      reply	other threads:[~2002-09-04 17:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-26 10:35 Linux 2.4.20-pre4-ac2 Alan Cox
2002-08-26 11:54 ` Christoph Hellwig
2002-08-26 15:15 ` Benjamin Herrenschmidt
2002-08-26 16:23   ` Daniel Egger
2002-08-26 20:06     ` Benjamin Herrenschmidt
2002-08-26 19:06       ` Alan Cox
2002-08-26 20:37         ` Benjamin Herrenschmidt
2002-08-26 23:01 ` Itai Nahshon
2002-09-04 17:45   ` Pete Zaitcev [this message]

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=20020904134533.A8891@devserv.devel.redhat.com \
    --to=zaitcev@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mdharm-usb@one-eyed-alien.net \
    --cc=nahshon@actcom.co.il \
    /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