Commit d36eb68a authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab
Browse files

media: ccs: Remove analogue gain field



The analogue gain control was stored to the device specific struct but was
never used. Remove it.

Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 82187857
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -777,8 +777,7 @@ static int ccs_init_controls(struct ccs_sensor *sensor)

	sensor->pixel_array->ctrl_handler.lock = &sensor->mutex;

	sensor->analog_gain = v4l2_ctrl_new_std(
		&sensor->pixel_array->ctrl_handler, &ccs_ctrl_ops,
	v4l2_ctrl_new_std(&sensor->pixel_array->ctrl_handler, &ccs_ctrl_ops,
			  V4L2_CID_ANALOGUE_GAIN,
			  CCS_LIM(sensor, ANALOG_GAIN_CODE_MIN),
			  CCS_LIM(sensor, ANALOG_GAIN_CODE_MAX),
+0 −1
Original line number Diff line number Diff line
@@ -262,7 +262,6 @@ struct ccs_sensor {
	unsigned long *valid_link_freqs;

	/* Pixel array controls */
	struct v4l2_ctrl *analog_gain;
	struct v4l2_ctrl *exposure;
	struct v4l2_ctrl *hflip;
	struct v4l2_ctrl *vflip;