Skip to content

Commit 529f3c0

Browse files
Update sfp.py
1 parent fde2d68 commit 529f3c0

File tree

1 file changed

+1
-1
lines changed
  • platform/broadcom/sonic-platform-modules-dell/z9332f/sonic_platform

1 file changed

+1
-1
lines changed

platform/broadcom/sonic-platform-modules-dell/z9332f/sonic_platform/sfp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def get_lpmode(self):
205205
lpmode_state = False
206206
try:
207207
if self.sfp_type == 'QSFP_DD':
208-
lpmode = self._read_eeprom(QSFP_DD_MODULE_ENC_OFFSET, QSFP_DD_MODULE_ENC_WIDTH)
208+
lpmode = self.read_eeprom(QSFP_DD_MODULE_ENC_OFFSET, QSFP_DD_MODULE_ENC_WIDTH)
209209
if lpmode is not None:
210210
if int(lpmode[0])>>1 == 1:
211211
return True

0 commit comments

Comments
 (0)