media: s5p_mfc: Correct improper log and revert file permission
authorZhaowei Yuan <zhaowei.yuan@samsung.com>
Tue, 12 Aug 2014 06:41:42 +0000 (14:41 +0800)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:41 +0000 (12:00 +0900)
This patch corrects an improper log and revert the permission
of 2 files to original state, which were modified by the
previous patches by mistake.

Change-Id: I388260dc3329faab2efdd260bf28149ebfc3685f
Signed-off-by: Zhaowei Yuan <zhaowei.yuan@samsung.com>
drivers/media/platform/s5p-mfc/s5p_mfc.c [changed mode: 0755->0644]
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 5d702cc..c6d18d0
@@ -428,7 +428,7 @@ static int vidioc_s_fmt(struct file *file, void *priv, struct v4l2_format *f)
        if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) {
                fmt = find_format(f, MFC_FMT_RAW);
                if (!fmt) {
-                       mfc_err("Unsupported format for source.\n");
+                       mfc_err("Unsupported format for destination.\n");
                        return -EINVAL;
                }
                if (!IS_MFCV6(dev) && (fmt->fourcc != V4L2_PIX_FMT_NV12MT)) {