mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-27 02:42:28 -04:00
fix: udhf host respawn not load device
Signed-off-by: yuanbo <yuanbo@huawei.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user