summaryrefslogtreecommitdiffstats
path: root/examples/82559_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/82559_eeprom.c')
-rw-r--r--examples/82559_eeprom.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/82559_eeprom.c b/examples/82559_eeprom.c
index 1a121d4287..04efcf64cd 100644
--- a/examples/82559_eeprom.c
+++ b/examples/82559_eeprom.c
@@ -111,9 +111,6 @@ static int do_eeprom_cmd(long ioaddr, int cmd, int cmd_len)
eeprom_delay(ee_addr);
retval = (retval << 1) | ((inw(ee_addr) & EE_DATA_READ) ? 1 : 0);
} while (--cmd_len >= 0);
-#if 0
- outw(EE_ENB, ee_addr);
-#endif
/* Terminate the EEPROM access. */
outw(EE_ENB & ~EE_CS, ee_addr);
if (debug > 1)