[media] v4l2: add const to argument of write-only s_frequency ioctl
[deliverable/linux.git] / drivers / staging / media / go7007 / go7007-v4l2.c
index cb9fe33050c7cec6a3ac45369207439d840bd2d4..1288f1cab1298166aed0e4ba11b95ee95ee69bbb 100644 (file)
@@ -1281,7 +1281,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)
 {
        struct go7007 *go = ((struct go7007_file *) priv)->go;
 
This page took 0.033306 seconds and 5 git commands to generate.