Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320161
b: refs/heads/master
c: 936148a
h: refs/heads/master
i:
  320159: ab742f9
v: v3
  • Loading branch information
Andy Shevchenko authored and Mauro Carvalho Chehab committed Jul 6, 2012
1 parent 715ed30 commit 424606b
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: 02a890d6262df653e5efdf47658f2330a6407f3e
refs/heads/master: 936148a71e5e55a301b274e98b0ad8b246a6f11b
4 changes: 1 addition & 3 deletions trunk/drivers/media/dvb/dvb-usb/az6007.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,7 @@ static int az6007_read_mac_addr(struct dvb_usb_device *d, u8 mac[6])
memcpy(mac, st->data, sizeof(mac));

if (ret > 0)
deb_info("%s: mac is %02x:%02x:%02x:%02x:%02x:%02x\n",
__func__, mac[0], mac[1], mac[2],
mac[3], mac[4], mac[5]);
deb_info("%s: mac is %pM\n", __func__, mac);

return ret;
}
Expand Down

0 comments on commit 424606b

Please sign in to comment.