From: Andreas Larsson Date: Thu, 26 Jun 2014 11:07:48 +0000 (+0200) Subject: usb: gadget: gr_udc: Fix check for invalid number of microframes X-Git-Tag: omap-for-v3.16/fixes-rc4~20^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee96cc0004c084df22fc1d5d9e2cef2d38d8010;p=pandora-kernel.git usb: gadget: gr_udc: Fix check for invalid number of microframes The value 0x3 (not 0x11) in the field for additional transaction/microframe is reserved and should not be let through. Be clear in the error message about what value caused the error return. Reported-by: David Binderman Signed-off-by: Andreas Larsson Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed