aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-tea5764.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/radio/radio-tea5764.c')
-rw-r--r--drivers/media/radio/radio-tea5764.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-tea5764.c b/drivers/media/radio/radio-tea5764.c
index 3ed1f5669f79..925049654c5b 100644
--- a/drivers/media/radio/radio-tea5764.c
+++ b/drivers/media/radio/radio-tea5764.c
@@ -478,7 +478,6 @@ static int tea5764_i2c_probe(struct i2c_client *client,
478 video_set_drvdata(&radio->vdev, radio); 478 video_set_drvdata(&radio->vdev, radio);
479 radio->vdev.lock = &radio->mutex; 479 radio->vdev.lock = &radio->mutex;
480 radio->vdev.v4l2_dev = v4l2_dev; 480 radio->vdev.v4l2_dev = v4l2_dev;
481 set_bit(V4L2_FL_USE_FH_PRIO, &radio->vdev.flags);
482 481
483 /* initialize and power off the chip */ 482 /* initialize and power off the chip */
484 tea5764_i2c_read(radio); 483 tea5764_i2c_read(radio);