Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357471
b: refs/heads/master
c: f1ec572
h: refs/heads/master
i:
  357469: f1d8f77
  357467: d1a6416
  357463: d963516
  357455: ab917c1
  357439: 5e48864
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 583a7d7 commit cf5d48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bb71b14d80bde8484ae63ee09d969c72d8615e0c
refs/heads/master: f1ec57239f9bf19b2ccc0535cb8bc17dc4aaaab2
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/go7007/s2250-board.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ static int s2250_log_status(struct v4l2_subdev *sd)
v4l2_info(sd, "Brightness: %d\n", state->brightness);
v4l2_info(sd, "Contrast: %d\n", state->contrast);
v4l2_info(sd, "Saturation: %d\n", state->saturation);
v4l2_info(sd, "Hue: %d\n", state->hue); return 0;
v4l2_info(sd, "Hue: %d\n", state->hue);
v4l2_info(sd, "Audio input: %s\n", state->audio_input == 0 ? "Line In" :
state->audio_input == 1 ? "Mic" :
state->audio_input == 2 ? "Mic Boost" :
Expand Down

0 comments on commit cf5d48f

Please sign in to comment.