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

V4L/DVB (7617): Removes a manual mode setup

The setup is already done at open().
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 e3569abc
......@@ -391,8 +391,6 @@ buffer_setup(struct videobuf_queue *vq, unsigned int *count, unsigned int *size)
if (*count < EM28XX_MIN_BUF)
*count = EM28XX_MIN_BUF;
dev->mode = EM28XX_ANALOG_MODE;
/* Ask tuner to go to analog mode */
memset(&f, 0, sizeof(f));
f.frequency = dev->ctl_freq;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册