Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357128
b: refs/heads/master
c: 836e93b
h: refs/heads/master
v: v3
  • Loading branch information
Frank Schaefer authored and Mauro Carvalho Chehab committed Dec 22, 2012
1 parent b755d38 commit 28551e9
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: 89f84b9c2057fbfc85796d29d53d5b8e01002315
refs/heads/master: 836e93bf6a7f0e5385f850f51d66cd1612e815aa
3 changes: 2 additions & 1 deletion trunk/drivers/media/usb/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ EXPORT_SYMBOL_GPL(em28xx_set_mode);
------------------------------------------------------------------*/

/*
* IRQ callback, called by URB callback
* URB completion handler for isoc/bulk transfers
*/
static void em28xx_irq_callback(struct urb *urb)
{
Expand All @@ -946,6 +946,7 @@ static void em28xx_irq_callback(struct urb *urb)

/* Reset urb buffers */
for (i = 0; i < urb->number_of_packets; i++) {
/* isoc only (bulk: number_of_packets = 0) */
urb->iso_frame_desc[i].status = 0;
urb->iso_frame_desc[i].actual_length = 0;
}
Expand Down

0 comments on commit 28551e9

Please sign in to comment.