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

Commit 339e7575 authored by Doug Ledford's avatar Doug Ledford
Browse files

cxgb4: Convert PDBG to pr_debug the second



A couple spots were missed in the original patch to implement this
change.  Add those spots.

Fixes: a9a42886 (cxgb4: Convert PDBG to pr_debug)
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 4418b27b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -827,7 +827,7 @@ static int send_connect(struct c4iw_ep *ep)
				t6req->params =
					  cpu_to_be64(FILTER_TUPLE_V(params));
				t6req->rsvd = cpu_to_be32(isn);
				PDBG("%s snd_isn %u\n", __func__, t6req->rsvd);
			pr_debug("%s snd_isn %u\n", __func__, t6req->rsvd);
				t6req->opt2 = cpu_to_be32(opt2);
			}
		}
@@ -882,7 +882,7 @@ static int send_connect(struct c4iw_ep *ep)
				t6req6->params =
					    cpu_to_be64(FILTER_TUPLE_V(params));
				t6req6->rsvd = cpu_to_be32(isn);
				PDBG("%s snd_isn %u\n", __func__, t6req6->rsvd);
			pr_debug("%s snd_isn %u\n", __func__, t6req6->rsvd);
				t6req6->opt2 = cpu_to_be32(opt2);
			}