Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310413
b: refs/heads/master
c: 0bc777b
h: refs/heads/master
i:
  310411: 6c594ef
v: v3
  • Loading branch information
Jason Wang authored and David S. Miller committed Jun 1, 2012
1 parent 572bdea commit 8f2ed68
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: b01af4579ec41f48e9b9c774e70bd6474ad210db
refs/heads/master: 0bc777bca480357941418952cf228484f5485daf
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 @@ -1636,7 +1636,7 @@ static void eeprom_cmd(void __iomem *ee_addr, int cmd, int cmd_len)

static void eeprom_cmd_end(void __iomem *ee_addr)
{
writeb (~EE_CS, ee_addr);
writeb(0, ee_addr);
eeprom_delay ();
}

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 @@ -1173,7 +1173,7 @@ static int __devinit read_eeprom (void __iomem *ioaddr, int location, int addr_l
}

/* Terminate the EEPROM access. */
RTL_W8 (Cfg9346, ~EE_CS);
RTL_W8(Cfg9346, 0);
eeprom_delay ();

return retval;
Expand Down

0 comments on commit 8f2ed68

Please sign in to comment.