mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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: Jason Yan <yanaijie@huawei.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>
This commit is contained in:
parent
30755dd504
commit
55ee1bf91d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue