Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278522
b: refs/heads/master
c: 589efdc
h: refs/heads/master
v: v3
  • Loading branch information
Lothar Waßmann authored and David S. Miller committed Dec 9, 2011
1 parent 737289f commit 2921b9e
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: 86f9f2c81c44223b1be129d0b15cf6edac2a5278
refs/heads/master: 589efdc7f7327bc8ddf597bdaf9de38fcea31744
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/freescale/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ static void __inline__ fec_get_mac(struct net_device *ndev)
iap = (unsigned char *)FEC_FLASHMAC;
#else
if (pdata)
memcpy(iap, pdata->mac, ETH_ALEN);
iap = (unsigned char *)&pdata->mac;
#endif
}

Expand Down

0 comments on commit 2921b9e

Please sign in to comment.