diff options
author | ayaka <ayaka@soulik.info> | 2016-05-07 13:05:26 +0800 |
---|---|---|
committer | Kamil Debski <k.debski@samsung.com> | 2016-05-24 16:41:43 +0200 |
commit | 8295280677afd409c32839e47b49de2f20ee459a (patch) | |
tree | 1185e76b7d5777a0d537456b7ef7f5824d6bd0de | |
parent | f7c349e471d7cbfdaed3fee48a781df33a5988a3 (diff) |
s5p-mfc: fix a typo in s5p_mfc_decfixes-20160524
It is a cosmetic commit.
Signed-off-by: ayaka <ayaka@soulik.info>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
-rw-r--r-- | drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c index 8b9467de2d6a..a01a373a4c4f 100644 --- 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_MMAP is supported\n"); return -EINVAL; } |