diff options
| author | Joe Perches <joe@perches.com> | 2015-05-08 18:58:07 -0400 |
|---|---|---|
| committer | Doug Ledford <dledford@redhat.com> | 2015-05-12 15:52:37 -0400 |
| commit | f4f01b542c027b0df57109140c3ee48321705c88 (patch) | |
| tree | b8c9ae5eda6472e9eeafa930cc46cda46de39434 /drivers/infiniband/hw/cxgb4 | |
| parent | ec40f925e0151e3c130fce2b5a1c6389c5b5e4dd (diff) | |
infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> uses
These KERN_<LEVEL> uses are unnecessary with pr_<level> and cause
bad logging output so remove them.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4')
| -rw-r--r-- | drivers/infiniband/hw/cxgb4/device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/cxgb4/device.c b/drivers/infiniband/hw/cxgb4/device.c index cf54d6922dc4..7e895d714b19 100644 --- a/drivers/infiniband/hw/cxgb4/device.c +++ b/drivers/infiniband/hw/cxgb4/device.c | |||
| @@ -1386,7 +1386,7 @@ static void recover_lost_dbs(struct uld_ctx *ctx, struct qp_list *qp_list) | |||
| 1386 | t4_sq_host_wq_pidx(&qp->wq), | 1386 | t4_sq_host_wq_pidx(&qp->wq), |
| 1387 | t4_sq_wq_size(&qp->wq)); | 1387 | t4_sq_wq_size(&qp->wq)); |
| 1388 | if (ret) { | 1388 | if (ret) { |
| 1389 | pr_err(KERN_ERR MOD "%s: Fatal error - " | 1389 | pr_err(MOD "%s: Fatal error - " |
| 1390 | "DB overflow recovery failed - " | 1390 | "DB overflow recovery failed - " |
| 1391 | "error syncing SQ qid %u\n", | 1391 | "error syncing SQ qid %u\n", |
| 1392 | pci_name(ctx->lldi.pdev), qp->wq.sq.qid); | 1392 | pci_name(ctx->lldi.pdev), qp->wq.sq.qid); |
| @@ -1402,7 +1402,7 @@ static void recover_lost_dbs(struct uld_ctx *ctx, struct qp_list *qp_list) | |||
| 1402 | t4_rq_wq_size(&qp->wq)); | 1402 | t4_rq_wq_size(&qp->wq)); |
| 1403 | 1403 | ||
| 1404 | if (ret) { | 1404 | if (ret) { |
| 1405 | pr_err(KERN_ERR MOD "%s: Fatal error - " | 1405 | pr_err(MOD "%s: Fatal error - " |
| 1406 | "DB overflow recovery failed - " | 1406 | "DB overflow recovery failed - " |
| 1407 | "error syncing RQ qid %u\n", | 1407 | "error syncing RQ qid %u\n", |
| 1408 | pci_name(ctx->lldi.pdev), qp->wq.rq.qid); | 1408 | pci_name(ctx->lldi.pdev), qp->wq.rq.qid); |
