Commit 8dfeee9d authored by Li kunyu's avatar Li kunyu Committed by David S. Miller

net: usb: Fix typo in code

Remove the repeated ';' from code.
Signed-off-by: default avatarLi kunyu <kunyu@nfschina.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 71560d98
......@@ -781,7 +781,7 @@ static int catc_probe(struct usb_interface *intf, const struct usb_device_id *id
intf->altsetting->desc.bInterfaceNumber, 1)) {
dev_err(dev, "Can't set altsetting 1.\n");
ret = -EIO;
goto fail_mem;;
goto fail_mem;
}
netdev = alloc_etherdev(sizeof(struct catc));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment