Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330599
b: refs/heads/master
c: 36a5c2b
h: refs/heads/master
i:
  330597: e3c79be
  330595: fee9836
  330591: 14b231f
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Aug 4, 2012
1 parent b597464 commit d257c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 65de8f978fcf83c89277fca98b5202ee430131cd
refs/heads/master: 36a5c2bdedcba50435e1e9a9c62a99797783b2c4
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/dvb_usb_urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ int dvb_usbv2_generic_rw(struct dvb_usb_device *d, u8 *wbuf, u16 wlen, u8 *rbuf,
KBUILD_MODNAME, ret);
else
print_hex_dump(KERN_DEBUG, KBUILD_MODNAME ": <<< ",
DUMP_PREFIX_NONE, 32, 1, wbuf, wlen, 0);
DUMP_PREFIX_NONE, 32, 1, rbuf, actlen,
0);
}

mutex_unlock(&d->usb_mutex);
Expand Down

0 comments on commit d257c0b

Please sign in to comment.