]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/media/platform/davinci/vpfe_capture.c
[media] v4l: subdev: Move [gs]_std operation to video ops
[mirror_ubuntu-bionic-kernel.git] / drivers / media / platform / davinci / vpfe_capture.c
index ac6c8c6ac7d0adbd067910cc7bf9c55a2246d9f0..a51bda2fb6379c814965b26c760566776188034e 100644 (file)
@@ -1217,7 +1217,7 @@ static int vpfe_s_std(struct file *file, void *priv, v4l2_std_id std_id)
        }
 
        ret = v4l2_device_call_until_err(&vpfe_dev->v4l2_dev, sdinfo->grp_id,
-                                        core, s_std, std_id);
+                                        video, s_std, std_id);
        if (ret < 0) {
                v4l2_err(&vpfe_dev->v4l2_dev, "Failed to set standard\n");
                goto unlock_out;