Commits
Jean-Jacques Hiblot committed 92f8545dd3f
usb: dwc3: Check that the request is valid in dwc3_gadget_giveback() This fixes potential issues reported by klokworks: Pointer 'req' returned from call to function 'next_request' at line 531 and 538 may be NULL and will be dereferenced in dwc3_gadget_giveback() Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>