mirror of https://gitee.com/openkylin/linux.git
[media] davinci/vpfe_capture: remove current_norm
Since vpfe_capture already provided a g_std op setting current_norm does not actually do anything. Remove it. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
142b66e82c
commit
b12aed0ec5
|
@ -1884,7 +1884,6 @@ static int vpfe_probe(struct platform_device *pdev)
|
|||
vfd->fops = &vpfe_fops;
|
||||
vfd->ioctl_ops = &vpfe_ioctl_ops;
|
||||
vfd->tvnorms = 0;
|
||||
vfd->current_norm = V4L2_STD_PAL;
|
||||
vfd->v4l2_dev = &vpfe_dev->v4l2_dev;
|
||||
snprintf(vfd->name, sizeof(vfd->name),
|
||||
"%s_V%d.%d.%d",
|
||||
|
|
Loading…
Reference in New Issue