提交 a928880a 编写于 作者: A Andy Walls 提交者: Mauro Carvalho Chehab

V4L/DVB (8770): cx18: get rid of ununsed buffers stolen field

cx18: get rid of ununsed buffers stolen field.  It's an unused holdover
from ivtv.
Signed-off-by: NAndy Walls <awalls@radix.net>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 9b0ae867
......@@ -259,7 +259,6 @@ struct cx18_stream {
/* Buffer Stats */
u32 buffers;
u32 buf_size;
u32 buffers_stolen;
/* Buffer Queues */
struct cx18_queue q_free; /* free buffers */
......
......@@ -432,7 +432,6 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s)
default:
return -EINVAL;
}
s->buffers_stolen = 0;
/* mute/unmute video */
cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册