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

Commit 4cf11a48 authored by ayaka's avatar ayaka Committed by Mauro Carvalho Chehab
Browse files

[media] s5p-mfc: fix a typo in s5p_mfc_dec



It is a cosmetic commit.

Signed-off-by: default avatarayaka <ayaka@soulik.info>
Signed-off-by: default avatarKamil Debski <k.debski@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent ee0829f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -572,7 +572,7 @@ static int vidioc_reqbufs(struct file *file, void *priv,
	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);


	if (reqbufs->memory != V4L2_MEMORY_MMAP) {
	if (reqbufs->memory != V4L2_MEMORY_MMAP) {
		mfc_err("Only V4L2_MEMORY_MAP is supported\n");
		mfc_err("Only V4L2_MEMORY_MMAP is supported\n");
		return -EINVAL;
		return -EINVAL;
	}
	}