Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330931
b: refs/heads/master
c: 7fa8694
h: refs/heads/master
i:
  330929: 768a349
  330927: 449360d
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 13, 2012
1 parent f82ac42 commit 3171906
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 64cbeb2818c9308a9fa9e25d50b676f66335cd9f
refs/heads/master: 7fa8694acf90f16b845d6ec7d1a6c6728ec8768b
9 changes: 5 additions & 4 deletions trunk/drivers/media/usb/dvb-usb-v2/usb_urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ static void usb_urb_complete(struct urb *urb)
int i;
u8 *b;

dev_dbg(&stream->udev->dev, "%s: %s urb completed status=%d " \
"length=%d/%d pack_num=%d errors=%d\n", __func__,
ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk",
dev_dbg_ratelimited(&stream->udev->dev, "%s: %s urb completed " \
"status=%d length=%d/%d pack_num=%d errors=%d\n",
__func__, ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk",
urb->status, urb->actual_length,
urb->transfer_buffer_length,
urb->number_of_packets, urb->error_count);
Expand All @@ -38,7 +38,8 @@ static void usb_urb_complete(struct urb *urb)
case -ESHUTDOWN:
return;
default: /* error */
dev_dbg(&stream->udev->dev, "%s: urb completition failed=%d\n",
dev_dbg_ratelimited(&stream->udev->dev,
"%s: urb completition failed=%d\n",
__func__, urb->status);
break;
}
Expand Down

0 comments on commit 3171906

Please sign in to comment.