Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa1ad260 authored by Joe Perches's avatar Joe Perches Committed by Roland Dreier
Browse files

RDMA/cxgb4: Remove unnecessary KERN_<level> use

parent da411ba1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1749,7 +1749,7 @@ static int fw4_ack(struct c4iw_dev *dev, struct sk_buff *skb)
	ep = lookup_tid(t, tid);
	PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits);
	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));
		return 0;
	}