[media] v4l2: add const to argument of write-only s_frequency ioctl
[deliverable/linux.git] / drivers / media / pci / cx23885 / cx23885-417.c
index 5d5052d0253f00808d5960d46b388b20b6c0bf98..84a1b75d544423155ff1ae2c6c7a8b1c33d7a4f5 100644 (file)
@@ -1311,7 +1311,7 @@ static int vidioc_g_frequency(struct file *file, void *priv,
 }
 
 static int vidioc_s_frequency(struct file *file, void *priv,
-       struct v4l2_frequency *f)
+       const struct v4l2_frequency *f)
 {
        return cx23885_set_frequency(file, priv, f);
 }
This page took 0.026276 seconds and 5 git commands to generate.