[SWDEV-479989] - Fixed if statement for filtering ecc blocks
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> Change-Id: I4d0c7579257c98be8a4ba8e5a31b5d9db4305844
Šī revīzija ir iekļauta:
@@ -1197,7 +1197,7 @@ class AMDSMICommands():
|
||||
current_platform_values += [args.usage, args.power, args.clock, args.temperature, args.pcie]
|
||||
|
||||
# Only args that are applicable to Hypervisors and BM Linux
|
||||
if self.helpers.is_hypervisor() and (self.helpers.is_baremetal() and self.helpers.is_linux()):
|
||||
if self.helpers.is_hypervisor() or (self.helpers.is_baremetal() and self.helpers.is_linux()):
|
||||
if ecc:
|
||||
args.ecc = ecc
|
||||
if ecc_blocks:
|
||||
|
||||
Atsaukties uz šo jaunā problēmā
Block a user