aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-09-20 08:06:24 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-05 21:02:10 -0400
commit33bf1786602d819dc0467e77816dfa3f2a7e459d (patch)
tree38da693be2f556d21a02b7859c9c159e4ecf80d7
parent311673ee9b6746aa366cc19049899308ce8bd01f (diff)
[media] vpif_capture: remove unnecessary can_route flag
Calling a subdev op that isn't implemented will just return -ENOIOCTLCMD No need to have a flag for that. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Sekhar Nori <nsekhar@ti.com> Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com> Tested-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--arch/arm/mach-davinci/board-da850-evm.c2
-rw-r--r--arch/arm/mach-davinci/board-dm646x-evm.c2
-rw-r--r--drivers/media/platform/davinci/vpif_capture.c18
-rw-r--r--include/media/davinci/vpif_types.h1
4 files changed, 8 insertions, 15 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c
index d0954a29d742..d92e0ab8c279 100644
--- a/arch/arm/mach-davinci/board-da850-evm.c
+++ b/arch/arm/mach-davinci/board-da850-evm.c
@@ -1209,7 +1209,6 @@ static struct vpif_subdev_info da850_vpif_capture_sdev_info[] = {
1209 }, 1209 },
1210 .input = INPUT_CVBS_VI2B, 1210 .input = INPUT_CVBS_VI2B,
1211 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC, 1211 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC,
1212 .can_route = 1,
1213 .vpif_if = { 1212 .vpif_if = {
1214 .if_type = VPIF_IF_BT656, 1213 .if_type = VPIF_IF_BT656,
1215 .hd_pol = 1, 1214 .hd_pol = 1,
@@ -1225,7 +1224,6 @@ static struct vpif_subdev_info da850_vpif_capture_sdev_info[] = {
1225 }, 1224 },
1226 .input = INPUT_SVIDEO_VI2C_VI1C, 1225 .input = INPUT_SVIDEO_VI2C_VI1C,
1227 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC, 1226 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC,
1228 .can_route = 1,
1229 .vpif_if = { 1227 .vpif_if = {
1230 .if_type = VPIF_IF_BT656, 1228 .if_type = VPIF_IF_BT656,
1231 .hd_pol = 1, 1229 .hd_pol = 1,
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c
index 958679a20e13..a0be63b1dc0b 100644
--- a/arch/arm/mach-davinci/board-dm646x-evm.c
+++ b/arch/arm/mach-davinci/board-dm646x-evm.c
@@ -603,7 +603,6 @@ static struct vpif_subdev_info vpif_capture_sdev_info[] = {
603 }, 603 },
604 .input = INPUT_CVBS_VI2B, 604 .input = INPUT_CVBS_VI2B,
605 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC, 605 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC,
606 .can_route = 1,
607 .vpif_if = { 606 .vpif_if = {
608 .if_type = VPIF_IF_BT656, 607 .if_type = VPIF_IF_BT656,
609 .hd_pol = 1, 608 .hd_pol = 1,
@@ -619,7 +618,6 @@ static struct vpif_subdev_info vpif_capture_sdev_info[] = {
619 }, 618 },
620 .input = INPUT_SVIDEO_VI2C_VI1C, 619 .input = INPUT_SVIDEO_VI2C_VI1C,
621 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC, 620 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC,
622 .can_route = 1,
623 .vpif_if = { 621 .vpif_if = {
624 .if_type = VPIF_IF_BT656, 622 .if_type = VPIF_IF_BT656,
625 .hd_pol = 1, 623 .hd_pol = 1,
diff --git a/drivers/media/platform/davinci/vpif_capture.c b/drivers/media/platform/davinci/vpif_capture.c
index 834510679c6d..d90e23596541 100644
--- a/drivers/media/platform/davinci/vpif_capture.c
+++ b/drivers/media/platform/davinci/vpif_capture.c
@@ -1502,15 +1502,13 @@ static int vpif_s_input(struct file *file, void *priv, unsigned int index)
1502 } 1502 }
1503 } 1503 }
1504 1504
1505 if (subdev_info->can_route) { 1505 input = subdev_info->input;
1506 input = subdev_info->input; 1506 output = subdev_info->output;
1507 output = subdev_info->output; 1507 ret = v4l2_subdev_call(vpif_obj.sd[sd_index], video, s_routing,
1508 ret = v4l2_subdev_call(vpif_obj.sd[sd_index], video, s_routing, 1508 input, output, 0);
1509 input, output, 0); 1509 if (ret < 0 && ret != -ENOIOCTLCMD) {
1510 if (ret < 0) { 1510 vpif_dbg(1, debug, "Failed to set input\n");
1511 vpif_dbg(1, debug, "Failed to set input\n"); 1511 return ret;
1512 return ret;
1513 }
1514 } 1512 }
1515 ch->input_idx = index; 1513 ch->input_idx = index;
1516 ch->curr_subdev_info = subdev_info; 1514 ch->curr_subdev_info = subdev_info;
@@ -1520,7 +1518,7 @@ static int vpif_s_input(struct file *file, void *priv, unsigned int index)
1520 1518
1521 /* update tvnorms from the sub device input info */ 1519 /* update tvnorms from the sub device input info */
1522 ch->video_dev->tvnorms = chan_cfg->inputs[index].input.std; 1520 ch->video_dev->tvnorms = chan_cfg->inputs[index].input.std;
1523 return ret; 1521 return 0;
1524} 1522}
1525 1523
1526/** 1524/**
diff --git a/include/media/davinci/vpif_types.h b/include/media/davinci/vpif_types.h
index d8f6ab1943e4..1fe46a51de7c 100644
--- a/include/media/davinci/vpif_types.h
+++ b/include/media/davinci/vpif_types.h
@@ -39,7 +39,6 @@ struct vpif_subdev_info {
39 struct i2c_board_info board_info; 39 struct i2c_board_info board_info;
40 u32 input; 40 u32 input;
41 u32 output; 41 u32 output;
42 unsigned can_route:1;
43 struct vpif_interface vpif_if; 42 struct vpif_interface vpif_if;
44}; 43};
45 44