Loading drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c +1 −2 Original line number Diff line number Diff line Loading @@ -3080,8 +3080,7 @@ STREAM_BUFF_END: uint32_t identity; struct msm_cpp_buff_queue_info_t *buff_queue_info; CPP_DBG("VIDIOC_MSM_CPP_DEQUEUE_STREAM_BUFF_INFO\n"); if ((ioctl_ptr->len == 0) || (ioctl_ptr->len > sizeof(uint32_t))) { if (ioctl_ptr->len != sizeof(uint32_t)) { mutex_unlock(&cpp_dev->mutex); return -EINVAL; } Loading Loading
drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c +1 −2 Original line number Diff line number Diff line Loading @@ -3080,8 +3080,7 @@ STREAM_BUFF_END: uint32_t identity; struct msm_cpp_buff_queue_info_t *buff_queue_info; CPP_DBG("VIDIOC_MSM_CPP_DEQUEUE_STREAM_BUFF_INFO\n"); if ((ioctl_ptr->len == 0) || (ioctl_ptr->len > sizeof(uint32_t))) { if (ioctl_ptr->len != sizeof(uint32_t)) { mutex_unlock(&cpp_dev->mutex); return -EINVAL; } Loading