SWDEV-306940 - Fix hipamd errors/warnings found by CppCheck

Change-Id: Ia93d4f5262ea4269d8031edbfd27033b887e5300
Este commit está contenido en:
Satyanvesh Dittakavi
2021-11-29 17:53:36 +00:00
padre c792ff7bfc
commit 6e562f4d83
Se han modificado 21 ficheros con 41 adiciones y 56 borrados
-1
Ver fichero
@@ -161,7 +161,6 @@ hipError_t hipDeviceGetP2PAttribute(int* value, hipDeviceP2PAttr attr,
default : {
LogPrintfError("Invalid attribute attr: %d ", attr);
HIP_RETURN(hipErrorInvalidValue);
break;
}
}