projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0829f
)
[media] s5p-mfc: fix a typo in s5p_mfc_dec
author
ayaka
<ayaka@soulik.info>
Sat, 7 May 2016 05:05:26 +0000
(
02:05
-0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
index 8b9467de2d6aff877376300ed5acf7c1d90807c3..a01a373a4c4f570e2c83bbd3e4bc50dfeabc370b 100644
(file)
--- a/
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
+++ b/
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
@@
-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_M
M
AP is supported\n");
return -EINVAL;
}