From: Pratyush Anand Date: Mon, 14 Jan 2013 10:29:38 +0000 (+0530) Subject: usb: dwc3: gadget: req->queued must be forced to false in cleanup X-Git-Tag: v3.9-rc1~126^2~44^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9fda7d6f62a6520e01652d370654c5657d3c1a1;p=pandora-kernel.git 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-diff-tree failed