Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357425
b: refs/heads/master
c: 81b9f70
h: refs/heads/master
i:
  357423: 096928a
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent ebc529b commit d2a2719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: cac47f1822fcb97018e24b05a7fb31f11a6bc28c
refs/heads/master: 81b9f70210b62e256cf63eb8f703042ef44e4cdd
13 changes: 0 additions & 13 deletions trunk/drivers/media/platform/s5p-fimc/fimc-lite.c
Original file line number Diff line number Diff line change
Expand Up @@ -1280,18 +1280,6 @@ static int fimc_lite_subdev_s_stream(struct v4l2_subdev *sd, int on)
return ret;
}

static int fimc_lite_subdev_s_power(struct v4l2_subdev *sd, int on)
{
struct fimc_lite *fimc = v4l2_get_subdevdata(sd);

if (fimc->out_path == FIMC_IO_DMA)
return -ENOIOCTLCMD;

/* TODO: */

return 0;
}

static int fimc_lite_log_status(struct v4l2_subdev *sd)
{
struct fimc_lite *fimc = v4l2_get_subdevdata(sd);
Expand Down Expand Up @@ -1391,7 +1379,6 @@ static const struct v4l2_subdev_video_ops fimc_lite_subdev_video_ops = {
};

static const struct v4l2_subdev_core_ops fimc_lite_core_ops = {
.s_power = fimc_lite_subdev_s_power,
.log_status = fimc_lite_log_status,
};

Expand Down

0 comments on commit d2a2719

Please sign in to comment.