From: Felipe Balbi Date: Wed, 21 Mar 2012 09:44:00 +0000 (+0200) Subject: usb: dwc3: ep0: increment "actual" on bounced ep0 case X-Git-Tag: v3.4-rc4~14^2~14^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd423dd3634a5232a3019eb372b144619a61cd16;p=pandora-kernel.git usb: dwc3: ep0: increment "actual" on bounced ep0 case due to a HW limitation we have a bounce buffer for ep0 out transfers which are not aligned with MaxPacketSize. On such case we were not increment r->actual as we should. This patch fixes that mistake. Cc: stable@vger.kernel.org Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed