RDMA/cxgb4: Remove unnecessary KERN_<level> use
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
da411ba1da
commit
aa1ad26089
|
@ -1749,8 +1749,8 @@ static int fw4_ack(struct c4iw_dev *dev, struct sk_buff *skb)
|
||||||
ep = lookup_tid(t, tid);
|
ep = lookup_tid(t, tid);
|
||||||
PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits);
|
PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits);
|
||||||
if (credits == 0) {
|
if (credits == 0) {
|
||||||
PDBG(KERN_ERR "%s 0 credit ack ep %p tid %u state %u\n",
|
PDBG("%s 0 credit ack ep %p tid %u state %u\n",
|
||||||
__func__, ep, ep->hwtid, state_read(&ep->com));
|
__func__, ep, ep->hwtid, state_read(&ep->com));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue