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

Commit d420d8ef authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: sensor: bugfix for cci ref count issue"

parents 62c62582 fb5613c7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -864,9 +864,7 @@ static int msm_actuator_close(struct v4l2_subdev *sd,
	return rc;
}

static const struct v4l2_subdev_internal_ops msm_actuator_internal_ops = {
	.close = msm_actuator_close,
};
static const struct v4l2_subdev_internal_ops msm_actuator_internal_ops;

static long msm_actuator_subdev_ioctl(struct v4l2_subdev *sd,
			unsigned int cmd, void *arg)
+1 −3
Original line number Diff line number Diff line
@@ -398,9 +398,7 @@ static int msm_ois_close(struct v4l2_subdev *sd,
	return rc;
}

static const struct v4l2_subdev_internal_ops msm_ois_internal_ops = {
	.close = msm_ois_close,
};
static const struct v4l2_subdev_internal_ops msm_ois_internal_ops;

static long msm_ois_subdev_ioctl(struct v4l2_subdev *sd,
			unsigned int cmd, void *arg)