提交 cf35fc33 编写于 作者: F Felipe Balbi

usb: dwc3: gadget: remove unnecessary 'chain' variable

Minor cleanup, no functional changes.
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 02159596
...@@ -2319,11 +2319,9 @@ static void dwc3_gadget_ep_cleanup_completed_requests(struct dwc3_ep *dep, ...@@ -2319,11 +2319,9 @@ static void dwc3_gadget_ep_cleanup_completed_requests(struct dwc3_ep *dep,
list_for_each_entry_safe(req, n, &dep->started_list, list) { list_for_each_entry_safe(req, n, &dep->started_list, list) {
unsigned length; unsigned length;
int chain;
length = req->request.length; length = req->request.length;
chain = req->num_pending_sgs > 0; if (req->num_pending_sgs)
if (chain)
ret = dwc3_gadget_ep_reclaim_trb_sg(dep, req, event, ret = dwc3_gadget_ep_reclaim_trb_sg(dep, req, event,
status); status);
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册