Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252191
b: refs/heads/master
c: c6ae804
h: refs/heads/master
i:
  252189: ae39ddd
  252187: 522a79c
  252183: f38f5ad
  252175: d4f0973
  252159: 75a8dfb
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed May 25, 2011
1 parent bdaacb3 commit e999ea0
Show file tree
Hide file tree
Showing 3 changed files with 3 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: c9d5d7790cd7c9457772dc51381f0e0e4e691f68
refs/heads/master: c6ae804a65649d5919d232d65dc6a08c9e5ac01b
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-wl1273.c
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ static int wl1273_fm_g_volatile_ctrl(struct v4l2_ctrl *ctrl)

switch (ctrl->id) {
case V4L2_CID_TUNE_ANTENNA_CAPACITOR:
ctrl->val = wl1273_fm_get_tx_ctune(radio);
ctrl->cur.val = wl1273_fm_get_tx_ctune(radio);
break;

default:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/wl128x/fmdrv_v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static int fm_g_volatile_ctrl(struct v4l2_ctrl *ctrl)

switch (ctrl->id) {
case V4L2_CID_TUNE_ANTENNA_CAPACITOR:
ctrl->val = fm_tx_get_tune_cap_val(fmdev);
ctrl->cur.val = fm_tx_get_tune_cap_val(fmdev);
break;
default:
fmwarn("%s: Unknown IOCTL: %d\n", __func__, ctrl->id);
Expand Down

0 comments on commit e999ea0

Please sign in to comment.