diff options
Diffstat (limited to 'drivers/net/tulip/eeprom.c')
-rw-r--r-- | drivers/net/tulip/eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/eeprom.c b/drivers/net/tulip/eeprom.c index 0dcced1263b9..391acd32a6a5 100644 --- a/drivers/net/tulip/eeprom.c +++ b/drivers/net/tulip/eeprom.c | |||
@@ -337,7 +337,7 @@ int __devinit tulip_read_eeprom(struct net_device *dev, int location, int addr_l | |||
337 | { | 337 | { |
338 | int i; | 338 | int i; |
339 | unsigned retval = 0; | 339 | unsigned retval = 0; |
340 | struct tulip_private *tp = dev->priv; | 340 | struct tulip_private *tp = netdev_priv(dev); |
341 | void __iomem *ee_addr = tp->base_addr + CSR9; | 341 | void __iomem *ee_addr = tp->base_addr + CSR9; |
342 | int read_cmd = location | (EE_READ_CMD << addr_len); | 342 | int read_cmd = location | (EE_READ_CMD << addr_len); |
343 | 343 | ||