[U-Boot] [PATCH 3/3] usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM

Mike Frysinger vapier at gentoo.org
Tue Dec 20 19:20:06 CET 2011


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
-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/09213dc6/attachment.pgp>


More information about the U-Boot mailing list