From: Paul Zimmerman Date: Wed, 15 Feb 2012 11:35:06 +0000 (+0200) Subject: usb: dwc3: gadget: don't wrap around the TRB poll on non-ISOC X-Git-Tag: v3.4-rc1~184^2~22^2~35^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d62cd65d74d0e241b3a152f7347bb66126b705b;p=pandora-kernel.git usb: dwc3: gadget: don't wrap around the TRB poll on non-ISOC If we have a non-ISOC endpoint, we will not have a Link TRB pointing to the beginning of the TRB pool. On such endpoints, we don't want to let the driver wrap around the TRB pool otherwise controller will hang waiting for a valid TRB. Cc: stable@vger.kernel.org Signed-off-by: Paul Zimmerman Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed