!897 Add the function return value

Merge pull request !897 from heyangbo/master
This commit is contained in:
openharmony_ci
2022-04-15 03:29:45 +00:00
committed by Gitee
+1
View File
@@ -148,6 +148,7 @@ inline static int32_t HdfResetVirtualDevice(struct HdfVirtualDevice *device) {
return ret;
}
OsalMSleep(device->bootUpTimeOut);
return HDF_SUCCESS;
}
#endif