Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186613
b: refs/heads/master
c: 28a2333
h: refs/heads/master
i:
  186611: e572239
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent d881649 commit 47ca030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 1c7e4a7c326c916918b5a29051db4f93973e775a
refs/heads/master: 28a2333413b2fbb74b35d55e1dd8c349dc825a16
8 changes: 2 additions & 6 deletions trunk/drivers/staging/et131x/et131x_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,12 +674,8 @@ int et131x_set_mac_addr(struct net_device *netdev, void *new_mac)

memcpy(netdev->dev_addr, address->sa_data, netdev->addr_len);

printk(KERN_INFO
"%s: Setting MAC address to %02x:%02x:%02x:%02x:%02x:%02x\n",
netdev->name,
netdev->dev_addr[0], netdev->dev_addr[1],
netdev->dev_addr[2], netdev->dev_addr[3],
netdev->dev_addr[4], netdev->dev_addr[5]);
printk(KERN_INFO "%s: Setting MAC address to %pM\n",
netdev->name, netdev->dev_addr);

/* Free Rx DMA memory */
et131x_adapter_memory_free(adapter);
Expand Down

0 comments on commit 47ca030

Please sign in to comment.