提交 2f3ed053 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (5790): Fix error handling for stv680

Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 2d9078f7
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册