projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e146b5f
)
MLK-21087-3:[i.MX8QXP/VPU]: Integrate timestamp manager into driver
author
ming_qian
<ming.qian@nxp.com>
Thu, 18 Apr 2019 02:16:20 +0000
(10:16 +0800)
committer
ming_qian
<ming.qian@nxp.com>
Mon, 22 Apr 2019 07:48:27 +0000
(15:48 +0800)
Lower the level of the log indicating invalid frame rate
Signed-off-by: ming_qian <ming.qian@nxp.com>
drivers/mxc/vpu_malone/vpu_b0.c
patch
|
blob
|
history
diff --git
a/drivers/mxc/vpu_malone/vpu_b0.c
b/drivers/mxc/vpu_malone/vpu_b0.c
index
2d3ac51
..
0aedf15
100644
(file)
--- a/
drivers/mxc/vpu_malone/vpu_b0.c
+++ b/
drivers/mxc/vpu_malone/vpu_b0.c
@@
-2520,7
+2520,7
@@
static int parse_frame_interval_from_seqinfo(struct vpu_ctx *ctx,
ctx->frame_interval.numerator = 1000;
ctx->frame_interval.denominator = seq_info->FrameRate;
if (!seq_info->FrameRate) {
- vpu_dbg(LVL_
WARN
, "unknown FrameRate(%d)\n",
+ vpu_dbg(LVL_
INFO
, "unknown FrameRate(%d)\n",
seq_info->FrameRate);
return -EINVAL;
}