It's only written to, never read. We can remove it now.

Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com>
---
 drivers/usb/dwc3/gadget.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
index afd916dbfbd2..0b003367cc7c 100644
--- a/drivers/usb/dwc3/gadget.c
+++ b/drivers/usb/dwc3/gadget.c
@@ -2287,7 +2287,6 @@ static void 
dwc3_gadget_ep_cleanup_completed_requests(struct dwc3_ep *dep,
 {
        struct dwc3_request     *req, *n;
        struct dwc3_trb         *trb;
-       bool                    ioc = false;
        int                     ret = 0;
 
        list_for_each_entry_safe(req, n, &dep->started_list, list) {
@@ -2340,12 +2339,8 @@ static void 
dwc3_gadget_ep_cleanup_completed_requests(struct dwc3_ep *dep,
 
                dwc3_gadget_giveback(dep, req, status);
 
-               if (ret) {
-                       if ((event->status & DEPEVT_STATUS_IOC) &&
-                           (trb->ctrl & DWC3_TRB_CTRL_IOC))
-                               ioc = true;
+               if (ret)
                        break;
-               }
        }
 
        /*
-- 
2.16.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to