libhsakmt: Initialize fd to -1
Fix compile error due to warning in some environments Change-Id: Ie5fcfabb872c27c0de349eb215345b997fae7201
Este cometimento está contido em:
+1
-1
@@ -141,7 +141,7 @@ static HSAKMT_STATUS init_vars_from_env(void)
|
||||
HSAKMT_STATUS HSAKMTAPI hsaKmtOpenKFD(void)
|
||||
{
|
||||
HSAKMT_STATUS result;
|
||||
int fd;
|
||||
int fd = -1;
|
||||
HsaSystemProperties sys_props;
|
||||
|
||||
pthread_mutex_lock(&hsakmt_mutex);
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador