[media] v4l2: add const to argument of write-only s_frequency ioctl
[deliverable/linux.git] / drivers / media / usb / tm6000 / tm6000-video.c
index 1a6857929c15716aa4bcd516e97b2b0726948336..49df7537fa638f1e35f4038da2e008e48c9acdb1 100644 (file)
@@ -1255,7 +1255,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 tm6000_fh   *fh  = priv;
        struct tm6000_core *dev = fh->dev;
This page took 0.024793 seconds and 5 git commands to generate.