Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183449
b: refs/heads/master
c: fcb635e
h: refs/heads/master
i:
  183447: 3a2046d
v: v3
  • Loading branch information
hartleys authored and David S. Miller committed Jan 7, 2010
1 parent be8aa69 commit 434a30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 1b8e664d34f2f551fd6c2d40033d29c13551292c
refs/heads/master: fcb635e8c6d68bf06531603a1caa6e59ba7e356d
4 changes: 1 addition & 3 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,7 @@ static int ql_set_mac_addr(struct ql_adapter *qdev, int set)
if (set) {
addr = &qdev->ndev->dev_addr[0];
QPRINTK(qdev, IFUP, DEBUG,
"Set Mac addr %02x:%02x:%02x:%02x:%02x:%02x\n",
addr[0], addr[1], addr[2], addr[3],
addr[4], addr[5]);
"Set Mac addr %pM\n", addr);
} else {
memset(zero_mac_addr, 0, ETH_ALEN);
addr = &zero_mac_addr[0];
Expand Down

0 comments on commit 434a30c

Please sign in to comment.