Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320677
b: refs/heads/master
c: 5a7a570
h: refs/heads/master
i:
  320675: a7b3137
v: v3
  • Loading branch information
Alan Cox authored and Mauro Carvalho Chehab committed Jul 31, 2012
1 parent 002d345 commit 3465fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c79a3c352469ea0a9cb2ed9e32c1932a7ff66c5c
refs/heads/master: 5a7a570bf4205d2cc36c5abb5498df601dd828e3
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/az6007.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ static int az6007_read_mac_addr(struct dvb_usb_device *d, u8 mac[6])
int ret;

ret = az6007_read(d, AZ6007_READ_DATA, 6, 0, st->data, 6);
memcpy(mac, st->data, sizeof(mac));
memcpy(mac, st->data, 6);

if (ret > 0)
deb_info("%s: mac is %pM\n", __func__, mac);
Expand Down

0 comments on commit 3465fd0

Please sign in to comment.