net: convert print_mac to %pM
This converts pretty much everything to print_mac. There were a few things that had conflicts which I have just dropped for now, no harm done. I've built an allyesconfig with this and looked at the files that weren't built very carefully, but it's a huge patch. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
0c68ae2605
commit
e174961ca1
@@ -737,7 +737,6 @@ static int netwave_pcmcia_config(struct pcmcia_device *link) {
|
||||
win_req_t req;
|
||||
memreq_t mem;
|
||||
u_char __iomem *ramBase = NULL;
|
||||
DECLARE_MAC_BUF(mac);
|
||||
|
||||
DEBUG(0, "netwave_pcmcia_config(0x%p)\n", link);
|
||||
|
||||
@@ -808,12 +807,12 @@ static int netwave_pcmcia_config(struct pcmcia_device *link) {
|
||||
dev->dev_addr[i] = readb(ramBase + NETWAVE_EREG_PA + i);
|
||||
|
||||
printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx, "
|
||||
"id %c%c, hw_addr %s\n",
|
||||
"id %c%c, hw_addr %pM\n",
|
||||
dev->name, dev->base_addr, dev->irq,
|
||||
(u_long) ramBase,
|
||||
(int) readb(ramBase+NETWAVE_EREG_NI),
|
||||
(int) readb(ramBase+NETWAVE_EREG_NI+1),
|
||||
print_mac(mac, dev->dev_addr));
|
||||
dev->dev_addr);
|
||||
|
||||
/* get revision words */
|
||||
printk(KERN_DEBUG "Netwave_reset: revision %04x %04x\n",
|
||||
|
Reference in New Issue
Block a user