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:
Marko Oblak
2023-04-13 15:21:08 +02:00
committed by Cedomir Dimic
parent 0830e983d8
commit 5e168c8f6a
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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.";