diff options
| author | Hans Verkuil <[email protected]> | 2016-04-22 10:03:40 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2016-04-25 08:13:43 -0300 |
| commit | c040a71f1a79caa132f718ef533d47ec63a0efd2 (patch) | |
| tree | c439c025519c50081bbac35231da77134995b9da | |
| parent | dc96208582156fafd946368853bc108096dee9f9 (diff) | |
[media] tc358743: drop bogus comment
The control in question is not a private control, so drop that
comment. Copy-and-paste left-over.
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/media/i2c/tc358743.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c index 73e0cef0ea61..6cf6d06737a5 100644 --- a/drivers/media/i2c/tc358743.c +++ b/drivers/media/i2c/tc358743.c @@ -1863,7 +1863,6 @@ static int tc358743_probe(struct i2c_client *client, /* control handlers */ v4l2_ctrl_handler_init(&state->hdl, 3); - /* private controls */ state->detect_tx_5v_ctrl = v4l2_ctrl_new_std(&state->hdl, NULL, V4L2_CID_DV_RX_POWER_PRESENT, 0, 1, 0, 0); |