|
@@ -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);
|