libhsakmt: Initialize fd to -1
Fix compile error due to warning in some environments
Change-Id: Ie5fcfabb872c27c0de349eb215345b997fae7201
[ROCm/ROCR-Runtime commit: f46ddb7ead]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user