projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b955150
)
RDMA/cxgb3: Remove unnecessary KERN_<level> use
author
Joe Perches
<joe@perches.com>
Tue, 26 Oct 2010 02:44:22 +0000
(19:44 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 26 Oct 2010 20:45:49 +0000
(13:45 -0700)
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/cxgb3/iwch_cm.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb3/iwch_cm.c
b/drivers/infiniband/hw/cxgb3/iwch_cm.c
index 13c88871dc3b90f564a52b4651aa371a4cd15633..d02dcc6e5963bf99f35020525d0c4c2c306c5464 100644
(file)
--- a/
drivers/infiniband/hw/cxgb3/iwch_cm.c
+++ b/
drivers/infiniband/hw/cxgb3/iwch_cm.c
@@
-1093,8
+1093,8
@@
static int tx_ack(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
PDBG("%s ep %p credits %u\n", __func__, ep, credits);
if (credits == 0) {
- PDBG(
KERN_ERR
"%s 0 credit ack ep %p state %u\n",
-
__func__, ep, state_read(&ep->com));
+ PDBG("%s 0 credit ack ep %p state %u\n",
+ __func__, ep, state_read(&ep->com));
return CPL_RET_BUF_DONE;
}