From: Paul Zimmerman Date: Fri, 17 Feb 2012 22:10:16 +0000 (-0800) Subject: usb: dwc3: fix bogus test in dwc3_gadget_start_isoc X-Git-Tag: v3.2.14~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b2c433eb4ca5df49724fc77cef209ab2a3b54d1;p=pandora-kernel.git usb: dwc3: fix bogus test in dwc3_gadget_start_isoc commit 9bafa56c7cee5c6fa68de5924220abb220c7e229 upstream. Zero is a valid value for a microframe number. So remove the bogus test for non-zero in dwc3_gadget_start_isoc(). Signed-off-by: Paul Zimmerman Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed