[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241022064856.4098350-1-min_halo@163.com>
Date: Tue, 22 Oct 2024 14:48:56 +0800
From: Zongmin Zhou <min_halo@....com>
To: valentina.manea.m@...il.com,
shuah@...nel.org,
i@...ithal.me
Cc: linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org,
Zongmin Zhou <zhouzongmin@...inos.cn>
Subject: [PATCH] usbip: tools: update return status when failed
From: Zongmin Zhou <zhouzongmin@...inos.cn>
Have to set "ret" before return when found a invalid port.
Signed-off-by: Zongmin Zhou <zhouzongmin@...inos.cn>
---
tools/usb/usbip/src/usbip_detach.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/usb/usbip/src/usbip_detach.c b/tools/usb/usbip/src/usbip_detach.c
index b29101986b5a..6b78d4a81e95 100644
--- a/tools/usb/usbip/src/usbip_detach.c
+++ b/tools/usb/usbip/src/usbip_detach.c
@@ -68,6 +68,7 @@ static int detach_port(char *port)
}
if (!found) {
+ ret = -1;
err("Invalid port %s > maxports %d",
port, vhci_driver->nports);
goto call_driver_close;
--
2.34.1
Powered by blists - more mailing lists