From 038708797a2d3b3531113a579c3ff627dbd6d502 Mon Sep 17 00:00:00 2001 From: luo-wei246 Date: Thu, 23 Mar 2023 16:52:34 +0800 Subject: [PATCH] fix:usb alarm cleanup Signed-off-by: luo-wei246 --- usb/sample/host/src/usbhost_nosdk_speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/sample/host/src/usbhost_nosdk_speed.c b/usb/sample/host/src/usbhost_nosdk_speed.c index 26bafe92cb..e664210d74 100644 --- a/usb/sample/host/src/usbhost_nosdk_speed.c +++ b/usb/sample/host/src/usbhost_nosdk_speed.c @@ -397,7 +397,7 @@ int32_t main(int32_t argc, char *argv[]) ERR: if (ret != HDF_SUCCESS) { HDF_LOGE("%{public}s: please check whether usb drv so is existing or not,like acm, ecm, if not, - remove it and test again!", __func__); + remove it and test again! ret=%{public}d", __func__, ret); } CloseDevice(); return ret; -- Gitee