Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306491
b: refs/heads/master
c: 3e9095d
h: refs/heads/master
i:
  306489: 137b6fd
  306487: bf8a493
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed May 20, 2012
1 parent 989d7a8 commit 3109700
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 9f3bd320fc5a08f7892424978ad8e542357759a2
refs/heads/master: 3e9095d54c3712ffda70dc84f9273d4b5d24c0fd
6 changes: 4 additions & 2 deletions trunk/drivers/media/video/s5p-mfc/s5p_mfc_enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,8 @@ static const struct v4l2_ctrl_ops s5p_mfc_enc_ctrl_ops = {
.s_ctrl = s5p_mfc_enc_s_ctrl,
};

int vidioc_s_parm(struct file *file, void *priv, struct v4l2_streamparm *a)
static int vidioc_s_parm(struct file *file, void *priv,
struct v4l2_streamparm *a)
{
struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);

Expand All @@ -1452,7 +1453,8 @@ int vidioc_s_parm(struct file *file, void *priv, struct v4l2_streamparm *a)
return 0;
}

int vidioc_g_parm(struct file *file, void *priv, struct v4l2_streamparm *a)
static int vidioc_g_parm(struct file *file, void *priv,
struct v4l2_streamparm *a)
{
struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);

Expand Down

0 comments on commit 3109700

Please sign in to comment.