Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315522
b: refs/heads/master
c: c8ab13f
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Jul 18, 2012
1 parent 7fcf6e7 commit 0f1108b
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: 8388546e7972ef8f1bf9c981139ad59cf5331820
refs/heads/master: c8ab13fb97472dfb112af98ccec88470f292d8e6
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/tile/tilegx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ static void tile_net_dev_init(const char *name, const uint8_t *mac)
memcpy(dev->dev_addr, mac, 6);
dev->addr_len = 6;
} else {
eth_random_addr(dev->dev_addr);
eth_hw_addr_random(dev);
}

/* Register the network device. */
Expand Down

0 comments on commit 0f1108b

Please sign in to comment.