提交 c7a91eb8 编写于 作者: H Horia Geantă 提交者: Herbert Xu

crypto: caam/qi - lower driver verbosity

Change log level for some prints from dev_info() to dev_dbg(), low-level
details are needed only when debugging.
Signed-off-by: NHoria Geantă <horia.geanta@nxp.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 b3b20461
...@@ -201,8 +201,8 @@ static struct qman_fq *create_caam_req_fq(struct device *qidev, ...@@ -201,8 +201,8 @@ static struct qman_fq *create_caam_req_fq(struct device *qidev,
goto init_req_fq_fail; goto init_req_fq_fail;
} }
dev_info(qidev, "Allocated request FQ %u for CPU %u\n", req_fq->fqid, dev_dbg(qidev, "Allocated request FQ %u for CPU %u\n", req_fq->fqid,
smp_processor_id()); smp_processor_id());
return req_fq; return req_fq;
init_req_fq_fail: init_req_fq_fail:
...@@ -643,7 +643,7 @@ static int alloc_rsp_fq_cpu(struct device *qidev, unsigned int cpu) ...@@ -643,7 +643,7 @@ static int alloc_rsp_fq_cpu(struct device *qidev, unsigned int cpu)
per_cpu(pcpu_qipriv.rsp_fq, cpu) = fq; per_cpu(pcpu_qipriv.rsp_fq, cpu) = fq;
dev_info(qidev, "Allocated response FQ %u for CPU %u", fq->fqid, cpu); dev_dbg(qidev, "Allocated response FQ %u for CPU %u", fq->fqid, cpu);
return 0; return 0;
} }
...@@ -676,7 +676,7 @@ static int init_cgr(struct device *qidev) ...@@ -676,7 +676,7 @@ static int init_cgr(struct device *qidev)
return ret; return ret;
} }
dev_info(qidev, "Congestion threshold set to %llu\n", val); dev_dbg(qidev, "Congestion threshold set to %llu\n", val);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册