mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
net: usb: Fix typo in code
Remove the repeated ';' from code. Signed-off-by: Li kunyu <kunyu@nfschina.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
71560d98e7
commit
8dfeee9dc5
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user