rocm-smi --showxgmierr return error instead of error counter values

The rocm-smi pass wrong arguments

Change-Id: I3a3923abdd263d4af87f3ec90670bb16afa2ef9b


[ROCm/amdsmi commit: ae10e842af]
This commit is contained in:
Bill(Shuzhou) Liu
2023-02-08 09:10:17 -06:00
committad av Shuzhou Liu
förälder c24e70b848
incheckning 4b1fb2336d
+1 -1
Visa fil
@@ -2476,7 +2476,7 @@ def showXgmiErr(deviceList):
printLogSpacer('XGMI Error status')
xe = rsmi_xgmi_status_t()
for device in deviceList:
ret = rocmsmi.rsmi_dev_xgmi_error_status(device, xe)
ret = rocmsmi.rsmi_dev_xgmi_error_status(device, byref(xe))
if rsmi_ret_ok(ret, device, 'xgmi status'):
desc = ''
if xe.value is None: