From: Sarah Sharp Date: Tue, 13 Sep 2011 23:41:12 +0000 (-0700) Subject: xhci: Fix mult base in endpoint bandwidth info. X-Git-Tag: v3.2-rc1~183^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170c026347c867a71e27713b98c58b266146c468;p=pandora-kernel.git xhci: Fix mult base in endpoint bandwidth info. The "Mult" bits in the SuperSpeed Endpoint Companion Descriptor are zero-based, and the xHCI host controller wants them to be zero-based in the input context. However, for the bandwidth math, we want them to be one-based. Fix this. Fix the documentation about the endpoint bandwidth mult variable in the xhci.h file, which says it is zero-based. Also fix the documentation about num_packets, which is also one-based, not zero-based. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed