Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175547
b: refs/heads/master
c: e018882
h: refs/heads/master
i:
  175545: a06144e
  175543: c1785c1
v: v3
  • Loading branch information
Stanislav Brabec authored and David S. Miller committed Dec 9, 2009
1 parent 2e8aa42 commit 0233056
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 77722b177a1606669c0b95dde03347e37d13b8fe
refs/heads/master: e0188829cb724e7d12a2d4e343b368ff1d6e1471
3 changes: 1 addition & 2 deletions trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -1505,8 +1505,7 @@ static int b44_magic_pattern(u8 *macaddr, u8 *ppattern, u8 *pmask, int offset)
for (k = 0; k< ethaddr_bytes; k++) {
ppattern[offset + magicsync +
(j * ETH_ALEN) + k] = macaddr[k];
len++;
set_bit(len, (unsigned long *) pmask);
set_bit(len++, (unsigned long *) pmask);
}
}
return len - 1;
Expand Down

0 comments on commit 0233056

Please sign in to comment.