[media] v4l2: add const to argument of write-only s_frequency ioctl
[deliverable/linux.git] / drivers / media / radio / dsbr100.c
index 63b112b555b2fbc3f0792becae395f83eb54a458..e140a725820d613f51e63407b170ba10a9cbee90 100644 (file)
@@ -214,7 +214,7 @@ static int vidioc_s_tuner(struct file *file, void *priv,
 }
 
 static int vidioc_s_frequency(struct file *file, void *priv,
-                               struct v4l2_frequency *f)
+                               const struct v4l2_frequency *f)
 {
        struct dsbr100_device *radio = video_drvdata(file);
 
This page took 0.025387 seconds and 5 git commands to generate.