Loading drivers/media/platform/msm/camera_v2/msm.c +10 −0 Original line number Diff line number Diff line Loading @@ -746,6 +746,16 @@ static long msm_private_ioctl(struct file *file, void *fh, if (!event_data) return -EINVAL; switch (cmd) { case MSM_CAM_V4L2_IOCTL_NOTIFY: case MSM_CAM_V4L2_IOCTL_CMD_ACK: case MSM_CAM_V4L2_IOCTL_NOTIFY_DEBUG: case MSM_CAM_V4L2_IOCTL_NOTIFY_ERROR: break; default: return -ENOTTY; } memset(&event, 0, sizeof(struct v4l2_event)); session_id = event_data->session_id; stream_id = event_data->stream_id; Loading Loading
drivers/media/platform/msm/camera_v2/msm.c +10 −0 Original line number Diff line number Diff line Loading @@ -746,6 +746,16 @@ static long msm_private_ioctl(struct file *file, void *fh, if (!event_data) return -EINVAL; switch (cmd) { case MSM_CAM_V4L2_IOCTL_NOTIFY: case MSM_CAM_V4L2_IOCTL_CMD_ACK: case MSM_CAM_V4L2_IOCTL_NOTIFY_DEBUG: case MSM_CAM_V4L2_IOCTL_NOTIFY_ERROR: break; default: return -ENOTTY; } memset(&event, 0, sizeof(struct v4l2_event)); session_id = event_data->session_id; stream_id = event_data->stream_id; Loading