public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM
Date: Tue, 20 Dec 2011 14:01:10 -0500	[thread overview]
Message-ID: <201112201401.10723.vapier@gentoo.org> (raw)
In-Reply-To: <089FFCEA-59B8-455F-BD84-F65018F16A08@boeing.com>

On Tuesday 20 December 2011 13:24:25 Moffett, Kyle D wrote:
> On Dec 20, 2011, at 13:20, Mike Frysinger wrote:
> > On Tuesday 20 December 2011 12:41:14 Kyle Moffett wrote:
> >> +	/*
> >> +	 * The U-Boot EHCI driver cannot handle more than 4096*5 bytes in a
> >> +	 * transfer without running itself out of qt_buffers.
> >> +	 */
> >> +	ss->max_xfer_blk = (4096*5)/dev_desc->blksz;
> > 
> > spaces around those operators
> 
> Fixed, thanks for the catch!

you're too cheery for this list.  i fear you may not last long.  hopefully 
you'll prove me wrong.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111220/cc3dc768/attachment.pgp>

      reply	other threads:[~2011-12-20 19:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-20 17:41 [U-Boot] Enable access to FAT filesystem in an ISO9660 El-Torito volume Kyle Moffett
2011-12-20 17:41 ` [U-Boot] [PATCH 1/3] fs/fat: Fix FAT detection to support non-DOS partition tables Kyle Moffett
2011-12-20 18:20   ` Mike Frysinger
2011-12-20 18:23     ` Moffett, Kyle D
2011-12-20 17:41 ` [U-Boot] [PATCH 2/3] fs/fat: Improve error handling Kyle Moffett
2011-12-20 17:41 ` [U-Boot] [PATCH 3/3] usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM Kyle Moffett
2011-12-20 18:20   ` Mike Frysinger
2011-12-20 18:24     ` Moffett, Kyle D
2011-12-20 19:01       ` Mike Frysinger [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=201112201401.10723.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=u-boot@lists.denx.de \
    /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