diff options
Diffstat (limited to 'drivers/media/radio/radio-wl1273.c')
-rw-r--r-- | drivers/media/radio/radio-wl1273.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c index 2d93354fdcec..b53ecbc67f17 100644 --- a/drivers/media/radio/radio-wl1273.c +++ b/drivers/media/radio/radio-wl1273.c | |||
@@ -1715,7 +1715,7 @@ out: | |||
1715 | } | 1715 | } |
1716 | 1716 | ||
1717 | static int wl1273_fm_vidioc_s_modulator(struct file *file, void *priv, | 1717 | static int wl1273_fm_vidioc_s_modulator(struct file *file, void *priv, |
1718 | struct v4l2_modulator *modulator) | 1718 | const struct v4l2_modulator *modulator) |
1719 | { | 1719 | { |
1720 | struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); | 1720 | struct wl1273_device *radio = video_get_drvdata(video_devdata(file)); |
1721 | struct wl1273_core *core = radio->core; | 1721 | struct wl1273_core *core = radio->core; |