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

Commit b1b513cc 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: ispif: Fix for few code warnings"

parents f8ee781e cc65d162
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1519,7 +1519,7 @@ static long msm_ispif_subdev_fops_ioctl(struct file *file, unsigned int cmd,
static int ispif_open_node(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh)
{
	struct ispif_device *ispif = v4l2_get_subdevdata(sd);
	int rc;
	int rc = 0;

	mutex_lock(&ispif->mutex);
	if (0 == ispif->open_cnt) {