|
@@ -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_MMAP is supported\n");
|
|
|
|
|
|
+ mfc_debug(2, "Only V4L2_MEMORY_MMAP is supported\n");
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
}
|
|
}
|
|
|
|
|