Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279162
b: refs/heads/master
c: 7d03f5a
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wang authored and David S. Miller committed Jan 3, 2012
1 parent 3b55388 commit 7bcbd2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e22d0437e6dea36c867b08ceb224c1cc98a45ab
refs/heads/master: 7d03f5a48e4d90854275b06433626243b3b3db17
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/realtek/8139cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ static int cp_set_mac_address(struct net_device *dev, void *p)
No extra delay is needed with 33Mhz PCI, but 66Mhz may change this.
*/

#define eeprom_delay() readl(ee_addr)
#define eeprom_delay() readb(ee_addr)

/* The EEPROM commands include the alway-set leading bit. */
#define EE_EXTEND_CMD (4)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/realtek/8139too.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ static void __devexit rtl8139_remove_one (struct pci_dev *pdev)
No extra delay is needed with 33Mhz PCI, but 66Mhz may change this.
*/

#define eeprom_delay() (void)RTL_R32(Cfg9346)
#define eeprom_delay() (void)RTL_R8(Cfg9346)

/* The EEPROM commands include the alway-set leading bit. */
#define EE_WRITE_CMD (5)
Expand Down

0 comments on commit 7bcbd2b

Please sign in to comment.