commit | 6ee96cc0004c084df22fc1d5d9e2cef2d38d8010 | [log] [tgz] |
---|---|---|
author | Andreas Larsson <andreas@gaisler.com> | Thu Jun 26 13:07:48 2014 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jun 27 10:53:07 2014 -0500 |
tree | 22bd717029f5b233d09cc972fd5a790cede7ec8a | |
parent | 7adb5c876e9c0677078a1e1094c6eafd29c30b74 [diff] |
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 <dcb314@hotmail.com> Signed-off-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Felipe Balbi <balbi@ti.com>