Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368497
b: refs/heads/master
c: a9fac73
h: refs/heads/master
i:
  368495: 5b84676
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Mar 13, 2013
1 parent eefe3d7 commit e7cfacb
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: c3f251a317e032c9ceaf539b02a962986f70b523
refs/heads/master: a9fac7399b45db668faeca6c33873d249111cf8b
2 changes: 1 addition & 1 deletion trunk/drivers/ssb/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ static void sprom_get_mac(char *mac, const u16 *in)
{
int i;
for (i = 0; i < 3; i++) {
*mac++ = in[i];
*mac++ = in[i] >> 8;
*mac++ = in[i];
}
}

Expand Down

0 comments on commit e7cfacb

Please sign in to comment.