diff options
Diffstat (limited to 'drivers/media/radio/wl128x')
-rw-r--r-- | drivers/media/radio/wl128x/fmdrv_v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/wl128x/fmdrv_v4l2.c b/drivers/media/radio/wl128x/fmdrv_v4l2.c index 09585a99f02c..8a672a31a656 100644 --- a/drivers/media/radio/wl128x/fmdrv_v4l2.c +++ b/drivers/media/radio/wl128x/fmdrv_v4l2.c | |||
@@ -448,7 +448,7 @@ static int fm_v4l2_vidioc_g_modulator(struct file *file, void *priv, | |||
448 | 448 | ||
449 | /* Set modulator attributes. If mode is not TX, set to TX. */ | 449 | /* Set modulator attributes. If mode is not TX, set to TX. */ |
450 | static int fm_v4l2_vidioc_s_modulator(struct file *file, void *priv, | 450 | static int fm_v4l2_vidioc_s_modulator(struct file *file, void *priv, |
451 | struct v4l2_modulator *mod) | 451 | const struct v4l2_modulator *mod) |
452 | { | 452 | { |
453 | struct fmdev *fmdev = video_drvdata(file); | 453 | struct fmdev *fmdev = video_drvdata(file); |
454 | u8 rds_mode; | 454 | u8 rds_mode; |