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:
Li kunyu 2022-07-01 14:47:23 +08:00 коммит произвёл David S. Miller
Родитель 71560d98e7
Коммит 8dfeee9dc5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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));