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

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

RDMA/cxgb3: Remove unnecessary KERN_<level> use

parent b955150e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1093,7 +1093,7 @@ 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",
		PDBG("%s 0 credit ack  ep %p state %u\n",
		     __func__, ep, state_read(&ep->com));
		return CPL_RET_BUF_DONE;
	}