Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +2 −0 Original line number Diff line number Diff line Loading @@ -1172,6 +1172,8 @@ int msm_isp_close_node(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) if (!vfe_dev->vfe_open_cnt) { pr_err("%s invalid state open cnt %d\n", __func__, vfe_dev->vfe_open_cnt); mutex_unlock(&vfe_dev->core_mutex); mutex_unlock(&vfe_dev->realtime_mutex); return -EINVAL; } Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +2 −0 Original line number Diff line number Diff line Loading @@ -1172,6 +1172,8 @@ int msm_isp_close_node(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) if (!vfe_dev->vfe_open_cnt) { pr_err("%s invalid state open cnt %d\n", __func__, vfe_dev->vfe_open_cnt); mutex_unlock(&vfe_dev->core_mutex); mutex_unlock(&vfe_dev->realtime_mutex); return -EINVAL; } Loading