Fix cppcheck static analysis report warning
Fix some warning from static anaysis tool.
Change-Id: I7e8c2f5d6f79aff5fdcad81b1fd832900f213c47
[ROCm/amdsmi commit: 1b7eb4e1f4]
Этот коммит содержится в:
@@ -51,7 +51,7 @@ int main()
|
||||
|
||||
// amd_oam_ops.get_mapi_version(&version);
|
||||
if (!amd_oam_ops.discover_devices(&dev_cnt))
|
||||
printf("%d AMD devices are discovered\n", dev_cnt);
|
||||
printf("%u AMD devices are discovered\n", dev_cnt);
|
||||
if (!dev_cnt) {
|
||||
printf("No devices are found.\n");
|
||||
return amd_oam_ops.free();
|
||||
|
||||
Ссылка в новой задаче
Block a user