diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-04-22 15:03:41 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-04-25 13:14:38 +0200 |
commit | 035677761fec4a472491d53f4dfa5dbc8edd2f7a (patch) | |
tree | 0911d69a8ccaffca433365d1e77a8fd75d7995e6 /drivers/media/i2c/adv7842.c | |
parent | [media] tc358743: drop bogus comment (diff) | |
download | linux-035677761fec4a472491d53f4dfa5dbc8edd2f7a.tar.xz linux-035677761fec4a472491d53f4dfa5dbc8edd2f7a.zip |
[media] media/i2c/adv*: make controls inheritable instead of private
Marking these controls as private seemed a good idea at one time,
but in practice it makes no sense. So drop this.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/adv7842.c')
-rw-r--r-- | drivers/media/i2c/adv7842.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c index 7ccb85d45224..ecaacb0a6fa1 100644 --- a/drivers/media/i2c/adv7842.c +++ b/drivers/media/i2c/adv7842.c @@ -3300,12 +3300,6 @@ static int adv7842_probe(struct i2c_client *client, err = hdl->error; goto err_hdl; } - state->detect_tx_5v_ctrl->is_private = true; - state->rgb_quantization_range_ctrl->is_private = true; - state->analog_sampling_phase_ctrl->is_private = true; - state->free_run_color_ctrl_manual->is_private = true; - state->free_run_color_ctrl->is_private = true; - if (adv7842_s_detect_tx_5v_ctrl(sd)) { err = -ENODEV; goto err_hdl; |