Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c040a71f authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent dc962085
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1863,7 +1863,6 @@ static int tc358743_probe(struct i2c_client *client,
	/* control handlers */
	/* control handlers */
	v4l2_ctrl_handler_init(&state->hdl, 3);
	v4l2_ctrl_handler_init(&state->hdl, 3);


	/* private controls */
	state->detect_tx_5v_ctrl = v4l2_ctrl_new_std(&state->hdl, NULL,
	state->detect_tx_5v_ctrl = v4l2_ctrl_new_std(&state->hdl, NULL,
			V4L2_CID_DV_RX_POWER_PRESENT, 0, 1, 0, 0);
			V4L2_CID_DV_RX_POWER_PRESENT, 0, 1, 0, 0);