[media] v4l2: add const to argument of write-only s_frequency ioctl
[deliverable/linux.git] / drivers / media / pci / saa7134 / saa7134-video.c
index 7c503fb68526fe19ab3d8a2ded41601fd44328fb..6c619d13f731c4e14186226816883b5d73ee7fac 100644 (file)
@@ -2057,7 +2057,7 @@ static int saa7134_g_frequency(struct file *file, void *priv,
 }
 
 static int saa7134_s_frequency(struct file *file, void *priv,
-                                       struct v4l2_frequency *f)
+                                       const struct v4l2_frequency *f)
 {
        struct saa7134_fh *fh = priv;
        struct saa7134_dev *dev = fh->dev;
This page took 0.025514 seconds and 5 git commands to generate.