Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19057
b: refs/heads/master
c: 6f9d472
h: refs/heads/master
i:
  19055: e2dc61e
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jeff Garzik committed Jan 27, 2006
1 parent 449a428 commit dfc0620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a986ce45d45b099ddf676c340267765e76db91e
refs/heads/master: 6f9d47220eb2d1b17a0a3ecaf1b564ff95b8393d
4 changes: 4 additions & 0 deletions trunk/drivers/net/acenic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,8 @@ static int __devinit ace_init(struct net_device *dev)

mac1 = 0;
for(i = 0; i < 4; i++) {
int tmp;

mac1 = mac1 << 8;
tmp = read_eeprom_byte(dev, 0x8c+i);
if (tmp < 0) {
Expand All @@ -1012,6 +1014,8 @@ static int __devinit ace_init(struct net_device *dev)
}
mac2 = 0;
for(i = 4; i < 8; i++) {
int tmp;

mac2 = mac2 << 8;
tmp = read_eeprom_byte(dev, 0x8c+i);
if (tmp < 0) {
Expand Down

0 comments on commit dfc0620

Please sign in to comment.