]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] davinci/vpbe_display: remove deprecated current_norm
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 19 Feb 2013 16:33:34 +0000 (13:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 19 Mar 2013 19:15:13 +0000 (16:15 -0300)
Since vpbe_display already provides a g_std op setting current_norm
didn't do anything. Remove that code.

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>
drivers/media/platform/davinci/vpbe_display.c

index 8290fddbd47d75cf62b00104f6e49bd2254dc963..30976dc9f346f7023f3abc0e30c4bf25d58d38cd 100644 (file)
@@ -1176,10 +1176,6 @@ vpbe_display_s_dv_timings(struct file *file, void *priv,
                        "Failed to set the dv timings info\n");
                return -EINVAL;
        }
-       /* set the current norm to zero to be consistent. If STD is used
-        * v4l2 layer will set the norm properly on successful s_std call
-        */
-       layer->video_dev.current_norm = 0;
 
        return 0;
 }
@@ -1694,12 +1690,8 @@ static int init_vpbe_layer(int i, struct vpbe_display *disp_dev,
        vbd->vfl_dir    = VFL_DIR_TX;
 
        if (disp_dev->vpbe_dev->current_timings.timings_type &
-                       VPBE_ENC_STD) {
+                       VPBE_ENC_STD)
                vbd->tvnorms = (V4L2_STD_525_60 | V4L2_STD_625_50);
-               vbd->current_norm =
-                       disp_dev->vpbe_dev->current_timings.std_id;
-       } else
-               vbd->current_norm = 0;
 
        snprintf(vbd->name, sizeof(vbd->name),
                        "DaVinci_VPBE Display_DRIVER_V%d.%d.%d",