mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
No conflicts. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -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