Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28835
b: refs/heads/master
c: d73f1e3
h: refs/heads/master
i:
  28833: 7771b6b
  28831: d747d9c
v: v3
  • Loading branch information
Philip Craig authored and Jeff Garzik committed Jun 23, 2006
1 parent ad6301f commit 58c85e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fc13dcae24bfd877aeff07774c035b2b896e05ca
refs/heads/master: d73f1e3c3b0703e25728ce5bdda9806d6f2c576f
2 changes: 1 addition & 1 deletion trunk/drivers/net/8139cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ static int read_eeprom (void __iomem *ioaddr, int location, int addr_len)
eeprom_delay ();

/* Shift the read command bits out. */
for (i = 4 + addr_len; i >= 0; i--) {
for (i = 3 + addr_len - 1; i >= 0; i--) {
int dataval = (read_cmd & (1 << i)) ? EE_DATA_WRITE : 0;
writeb (EE_ENB | dataval, ee_addr);
eeprom_delay ();
Expand Down

0 comments on commit 58c85e2

Please sign in to comment.