2
0
mirror of https://opendev.org/x/pyghmi synced 2025-08-21 10:30:19 +00:00

Fix problem with TSM

SMMv2 changes broke TSM inventory.

Change-Id: If8742364c10476adeab49551e9e836aacee1a3c8
This commit is contained in:
Jarrod Johnson
2020-10-22 12:05:31 -04:00
parent 26e2ccdf89
commit ae09f17332

View File

@@ -583,7 +583,7 @@ class OEMHandler(generic.OEMHandler):
if self.has_xcc and name and name.startswith('PSU '):
self.immhandler.augment_psu_info(fru, name)
return fru
elif self.is_fpc != 6: # SMM variant
elif self.is_fpc and self.is_fpc != 6: # SMM variant
fru['oem_parser'] = 'lenovo'
return self.smmhandler.process_fru(fru)
else: