fix: udhf host respawn not load device

Signed-off-by: yuanbo <yuanbo@huawei.com>
This commit is contained in:
yuanbo
2021-12-27 12:10:49 +08:00
parent a5ac297659
commit 6f6c4220fa
+2
View File
@@ -51,7 +51,9 @@ int DevHostServiceClntInstallDriver(struct DevHostServiceClnt *hostClnt)
HDF_LOGE("failed to install driver %s, ret = %d", deviceInfo->svcName, ret);
continue;
}
#ifndef __USER__
HdfSListIteratorRemove(&it);
#endif
}
return HDF_SUCCESS;
}