Applied Copilot suggestions

This commit is contained in:
GabrPham
2025-08-06 12:19:14 -05:00
zatwierdzone przez Arif, Maisam
rodzic 3bea40dfd0
commit def9a3c92d
2 zmienionych plików z 4 dodań i 3 usunięć
+1 -1
Wyświetl plik
@@ -2827,7 +2827,7 @@ def showRange(deviceList, rangeType):
return
printLogSpacer(' Show Valid %s Range ' % (rangeType))
odvf = rsmi_od_volt_freq_data_t()
uint64_max = 2**64 - 1
uint64_max = UIntegerTypes.UINT64_T
for device in deviceList:
ret = rocmsmi.rsmi_dev_od_volt_info_get(device, byref(odvf))
if rsmi_ret_ok(ret, device, 'get_od_volt', silent=False):