diff options
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-video.c')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-video.c b/drivers/media/pci/cx25821/cx25821-video.c index 1219d60cdd79..75281c1530d8 100644 --- a/drivers/media/pci/cx25821/cx25821-video.c +++ b/drivers/media/pci/cx25821/cx25821-video.c | |||
@@ -1397,7 +1397,7 @@ int cx25821_vidioc_g_tuner(struct file *file, void *priv, struct v4l2_tuner *t) | |||
1397 | return 0; | 1397 | return 0; |
1398 | } | 1398 | } |
1399 | 1399 | ||
1400 | int cx25821_vidioc_s_tuner(struct file *file, void *priv, struct v4l2_tuner *t) | 1400 | int cx25821_vidioc_s_tuner(struct file *file, void *priv, const struct v4l2_tuner *t) |
1401 | { | 1401 | { |
1402 | struct cx25821_dev *dev = ((struct cx25821_fh *)priv)->dev; | 1402 | struct cx25821_dev *dev = ((struct cx25821_fh *)priv)->dev; |
1403 | struct cx25821_fh *fh = priv; | 1403 | struct cx25821_fh *fh = priv; |