]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] s5p-mfc: fix a typo in s5p_mfc_dec
authorayaka <ayaka@soulik.info>
Sat, 7 May 2016 05:05:26 +0000 (02:05 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 7 Jun 2016 16:03:52 +0000 (13:03 -0300)
It is a cosmetic commit.

Signed-off-by: ayaka <ayaka@soulik.info>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c

index 8b9467de2d6aff877376300ed5acf7c1d90807c3..a01a373a4c4f570e2c83bbd3e4bc50dfeabc370b 100644 (file)
@@ -572,7 +572,7 @@ static int vidioc_reqbufs(struct file *file, void *priv,
        struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
 
        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;
        }