SWDEV-394359 - [AMDSMI] [Linux] [Guest] Resolved issue: status string and socket info API failing
Signed-off-by: Marko Oblak <Marko.Oblak@amd.com> Change-Id: I6fe3beafbf2cd3d2701dd5f78dac2bcf2d9b3aa9
This commit is contained in:
committed by
Cedomir Dimic
parent
0830e983d8
commit
5e168c8f6a
@@ -144,7 +144,7 @@ amdsmi_status_string(amdsmi_status_t status, const char **status_string) {
|
||||
*status_string = "FAIL_LOAD_MODULE: Fail to load module.";
|
||||
break;
|
||||
case AMDSMI_STATUS_FAIL_LOAD_SYMBOL:
|
||||
*status_string = "FAIL_LOAD_SYMOBL: Fail to load symbol.";
|
||||
*status_string = "FAIL_LOAD_SYMBOL: Fail to load symbol.";
|
||||
break;
|
||||
case AMDSMI_STATUS_DRM_ERROR:
|
||||
*status_string = "DRM_ERROR: Fail to run function in libdrm.";
|
||||
|
||||
Reference in New Issue
Block a user