]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/media/pci/cx18/cx18-ioctl.c
[media] v4l: subdev: Move [gs]_std operation to video ops
[mirror_ubuntu-bionic-kernel.git] / drivers / media / pci / cx18 / cx18-ioctl.c
index 1110bcb14e2f680a9436b1af21a21546bb2413b2..fefb2cd358385bcd34234eefc7f732fee5a1c15f 100644 (file)
@@ -602,7 +602,7 @@ int cx18_s_std(struct file *file, void *fh, v4l2_std_id std)
                        (unsigned long long) cx->std);
 
        /* Tuner */
-       cx18_call_all(cx, core, s_std, cx->std);
+       cx18_call_all(cx, video, s_std, cx->std);
        return 0;
 }