Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219427
b: refs/heads/master
c: 0e44dec
h: refs/heads/master
i:
  219425: 4deb850
  219423: 4820c78
v: v3
  • Loading branch information
Andy Shevchenko authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent a765cb9 commit 50a7d19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 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: d639609061e7ddcd4220c7bcbefd6cb0789454ee
refs/heads/master: 0e44dec17f8b8737f47c9f547b6674b9921612b9
5 changes: 1 addition & 4 deletions trunk/drivers/media/dvb/mantis/mantis_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ static int get_mac_address(struct mantis_pci *mantis)
return err;
}
dprintk(verbose, MANTIS_ERROR, 0,
" MAC Address=[%02x:%02x:%02x:%02x:%02x:%02x]\n",
mantis->mac_address[0], mantis->mac_address[1],
mantis->mac_address[2], mantis->mac_address[3],
mantis->mac_address[4], mantis->mac_address[5]);
" MAC Address=[%pM]\n", mantis->mac_address);

return 0;
}
Expand Down
9 changes: 1 addition & 8 deletions trunk/drivers/media/dvb/mantis/mantis_ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,7 @@ int mantis_get_mac(struct mantis_pci *mantis)
return err;
}

dprintk(MANTIS_ERROR, 0,
" MAC Address=[%02x:%02x:%02x:%02x:%02x:%02x]\n",
mac_addr[0],
mac_addr[1],
mac_addr[2],
mac_addr[3],
mac_addr[4],
mac_addr[5]);
dprintk(MANTIS_ERROR, 0, " MAC Address=[%pM]\n", mac_addr);

return 0;
}
Expand Down

0 comments on commit 50a7d19

Please sign in to comment.