]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: dwc3: gadget: remove trailing semicolon
authorFelipe Balbi <balbi@ti.com>
Tue, 22 May 2012 07:24:11 +0000 (10:24 +0300)
committerFelipe Balbi <balbi@ti.com>
Sun, 3 Jun 2012 20:08:21 +0000 (23:08 +0300)
That semicolon doesn't do anything, it's not
needed and should be removed.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c

index 3df1a1973b0559d7bb53fd4ce7eb148d25dff1e7..045799356a29f057bd1387a29f8cca0f4d7093dc 100644 (file)
@@ -1032,7 +1032,7 @@ static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req)
                        dev_dbg(dwc->dev, "%s: failed to kick transfers\n",
                                        dep->name);
                }
-       };
+       }
 
        return 0;
 }