Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0925324 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: gadget: remove trailing semicolon



That semicolon doesn't do anything, it's not
needed and should be removed.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 33b84c2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}