Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271850
b: refs/heads/master
c: e553000
h: refs/heads/master
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent db73343 commit 9f0e6c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 6f43dbfd8fa7f80b1cf073446275c691b52cd7b2
refs/heads/master: e553000a14ead0e265a8aa4d241c7b3221e233e3
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/sr030pc30.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,11 +714,6 @@ static int sr030pc30_base_config(struct v4l2_subdev *sd)
return ret;
}

static int sr030pc30_s_stream(struct v4l2_subdev *sd, int enable)
{
return 0;
}

static int sr030pc30_s_power(struct v4l2_subdev *sd, int on)
{
struct i2c_client *client = v4l2_get_subdevdata(sd);
Expand Down Expand Up @@ -764,7 +759,6 @@ static const struct v4l2_subdev_core_ops sr030pc30_core_ops = {
};

static const struct v4l2_subdev_video_ops sr030pc30_video_ops = {
.s_stream = sr030pc30_s_stream,
.g_mbus_fmt = sr030pc30_g_fmt,
.s_mbus_fmt = sr030pc30_s_fmt,
.try_mbus_fmt = sr030pc30_try_fmt,
Expand Down

0 comments on commit 9f0e6c0

Please sign in to comment.