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

Commit fa70682b 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: Add support for compat mode in msm.c"

parents 20f5f003 36772a04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -858,6 +858,9 @@ static struct v4l2_file_operations msm_fops = {
	.poll   = msm_poll,
	.release = msm_close,
	.ioctl   = video_ioctl2,
#ifdef CONFIG_COMPAT
	.compat_ioctl32 = video_ioctl2,
#endif
};

struct msm_stream *msm_get_stream(unsigned int session_id,