Commit 55ee1bf9 authored by Jason Yan's avatar Jason Yan Committed by Felipe Balbi
Browse files

usb: gadget: omap_udc: remove unneeded semicolon



Fix the following coccicheck warning:

drivers/usb/gadget/udc/omap_udc.c:2579:2-3: Unneeded semicolon

Signed-off-by: default avatarJason Yan <yanaijie@huawei.com>
Signed-off-by: default avatarFelipe Balbi <balbi@kernel.org>
parent 30755dd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2576,7 +2576,7 @@ omap_ep_setup(char *name, u8 addr, u8 type,
	case USB_ENDPOINT_XFER_INT:
		ep->ep.caps.type_int = true;
		break;
	};
	}

	if (addr & USB_DIR_IN)
		ep->ep.caps.dir_in = true;