diff --git a/pyghmi/ipmi/oem/lenovo/handler.py b/pyghmi/ipmi/oem/lenovo/handler.py index 32e4d59c..5b5c65f0 100755 --- a/pyghmi/ipmi/oem/lenovo/handler.py +++ b/pyghmi/ipmi/oem/lenovo/handler.py @@ -1191,7 +1191,7 @@ class OEMHandler(generic.OEMHandler): if self.has_xcc: return self.immhandler.get_description() if self.is_fpc: - return {'height': self._fpc_variant, 'slot': 0} + return {'height': self._fpc_variant & 0xf, 'slot': 0} return super(OEMHandler, self).get_description() def get_extended_bmc_configuration(self):