Loading drivers/crypto/caam/qi.c +4 −4 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ static struct qman_fq *create_caam_req_fq(struct device *qidev, 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()); return req_fq; Loading Loading @@ -643,7 +643,7 @@ static int alloc_rsp_fq_cpu(struct device *qidev, unsigned int cpu) 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; } Loading Loading @@ -676,7 +676,7 @@ static int init_cgr(struct device *qidev) return ret; } dev_info(qidev, "Congestion threshold set to %llu\n", val); dev_dbg(qidev, "Congestion threshold set to %llu\n", val); return 0; } Loading Loading
drivers/crypto/caam/qi.c +4 −4 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ static struct qman_fq *create_caam_req_fq(struct device *qidev, 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()); return req_fq; Loading Loading @@ -643,7 +643,7 @@ static int alloc_rsp_fq_cpu(struct device *qidev, unsigned int cpu) 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; } Loading Loading @@ -676,7 +676,7 @@ static int init_cgr(struct device *qidev) return ret; } dev_info(qidev, "Congestion threshold set to %llu\n", val); dev_dbg(qidev, "Congestion threshold set to %llu\n", val); return 0; } Loading