diff options
Diffstat (limited to 'drivers/media/radio/tea575x.c')
| -rw-r--r-- | drivers/media/radio/tea575x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/tea575x.c b/drivers/media/radio/tea575x.c index 7c14060a40b8..f1a0867789fe 100644 --- a/drivers/media/radio/tea575x.c +++ b/drivers/media/radio/tea575x.c | |||
| @@ -523,7 +523,6 @@ int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner) | |||
| 523 | tea->fops = tea575x_fops; | 523 | tea->fops = tea575x_fops; |
| 524 | tea->fops.owner = owner; | 524 | tea->fops.owner = owner; |
| 525 | tea->vd.fops = &tea->fops; | 525 | tea->vd.fops = &tea->fops; |
| 526 | set_bit(V4L2_FL_USE_FH_PRIO, &tea->vd.flags); | ||
| 527 | /* disable hw_freq_seek if we can't use it */ | 526 | /* disable hw_freq_seek if we can't use it */ |
| 528 | if (tea->cannot_read_data) | 527 | if (tea->cannot_read_data) |
| 529 | v4l2_disable_ioctl(&tea->vd, VIDIOC_S_HW_FREQ_SEEK); | 528 | v4l2_disable_ioctl(&tea->vd, VIDIOC_S_HW_FREQ_SEEK); |
