mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
V4L/DVB (7617): Removes a manual mode setup
The setup is already done at open(). Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
e3569abc1c
commit
e9888a1330
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user