From c9fda7d6f62a6520e01652d370654c5657d3c1a1 Mon Sep 17 00:00:00 2001 From: Pratyush Anand Date: Mon, 14 Jan 2013 15:59:38 +0530 Subject: [PATCH] usb: dwc3: gadget: req->queued must be forced to false in cleanup I am not sure, why I found it during SG debugging. But, I noticed that even when req_queued list was empty, there were some request in request_list having queued flag true. If I run test second time, it first removes all request from request_list and hence busy_slot was wrongly incremented. Cc: Signed-off-by: Pratyush Anand Signed-off-by: Felipe Balbi --- Reading git-format-patch failed