Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261388
b: refs/heads/master
c: 4df4ada
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 7b4719b commit a42e414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff391d71bcf2ada53584d478ce23b1b279f59799
refs/heads/master: 4df4ada936dad1cd8bcf3ee7c97841da189ecfc1
11 changes: 0 additions & 11 deletions trunk/drivers/media/video/tw9910.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,16 +552,6 @@ static int tw9910_s_std(struct v4l2_subdev *sd, v4l2_std_id norm)
return ret;
}

static int tw9910_enum_input(struct soc_camera_device *icd,
struct v4l2_input *inp)
{
inp->type = V4L2_INPUT_TYPE_TUNER;
inp->std = V4L2_STD_UNKNOWN;
strcpy(inp->name, "Video");

return 0;
}

static int tw9910_g_chip_ident(struct v4l2_subdev *sd,
struct v4l2_dbg_chip_ident *id)
{
Expand Down Expand Up @@ -891,7 +881,6 @@ static int tw9910_video_probe(struct soc_camera_device *icd,
static struct soc_camera_ops tw9910_ops = {
.set_bus_param = tw9910_set_bus_param,
.query_bus_param = tw9910_query_bus_param,
.enum_input = tw9910_enum_input,
};

static struct v4l2_subdev_core_ops tw9910_subdev_core_ops = {
Expand Down

0 comments on commit a42e414

Please sign in to comment.