Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61345
b: refs/heads/master
c: 2f3ed05
h: refs/heads/master
i:
  61343: c6e2370
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 18, 2007
1 parent 2c427e3 commit f4921f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 2d9078f73eafb2606e1adbb4e551d0cf1f5daf89
refs/heads/master: 2f3ed0538b2ac6d63b95c04b0ee0e7b9ac1ee220
7 changes: 5 additions & 2 deletions trunk/drivers/media/video/stv680.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,11 @@ static int stv680_start_stream (struct usb_stv *stv680)
stv680_video_irq, stv680);
stv680->urb[i] = urb;
err = usb_submit_urb (stv680->urb[i], GFP_KERNEL);
if (err)
PDEBUG (0, "STV(e): urb burned down in start stream");
if (err) {
PDEBUG (0, "STV(e): urb burned down with err "
"%d in start stream %d", err, i);
goto nomem_err;
}
} /* i STV680_NUMSBUF */

stv680->framecount = 0;
Expand Down

0 comments on commit f4921f5

Please sign in to comment.