Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187909
b: refs/heads/master
c: 4d27b87
h: refs/heads/master
i:
  187907: cdab490
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Mar 3, 2010
1 parent e9d2056 commit cde0590
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: bf829370a8d664d87a61697c8a0d6d780c336aa4
refs/heads/master: 4d27b87785a743fdae653d395a3a4e763269c53c
2 changes: 1 addition & 1 deletion trunk/drivers/net/davinci_emac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ static int emac_dev_open(struct net_device *ndev)
struct emac_priv *priv = netdev_priv(ndev);

netif_carrier_off(ndev);
for (cnt = 0; cnt <= ETH_ALEN; cnt++)
for (cnt = 0; cnt < ETH_ALEN; cnt++)
ndev->dev_addr[cnt] = priv->mac_addr[cnt];

/* Configuration items */
Expand Down

0 comments on commit cde0590

Please sign in to comment.