We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5963e07 commit e7cd4b8Copy full SHA for e7cd4b8
tools/usb/usbip/src/usbip_detach.c
@@ -68,6 +68,7 @@ static int detach_port(char *port)
68
}
69
70
if (!found) {
71
+ ret = -1;
72
err("Invalid port %s > maxports %d",
73
port, vhci_driver->nports);
74
goto call_driver_close;
0 commit comments