From: David Howells Date: Thu, 7 Apr 2016 16:23:09 +0000 (+0100) Subject: rxrpc: Disable a debugging statement that has been left enabled. X-Git-Tag: v4.7-rc1~154^2~312^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f7e6e75d3074dd1856a6105f7511249ee2f2ffd;p=thirdparty%2Fkernel%2Flinux.git rxrpc: Disable a debugging statement that has been left enabled. Disable a debugging statement that has been left enabled Signed-off-by: David Howells Signed-off-by: David S. Miller --- diff --git a/net/rxrpc/ar-ack.c b/net/rxrpc/ar-ack.c index 16d967075eaf8..01a017a05f141 100644 --- a/net/rxrpc/ar-ack.c +++ b/net/rxrpc/ar-ack.c @@ -426,7 +426,7 @@ static void rxrpc_rotate_tx_window(struct rxrpc_call *call, u32 hard) int tail = call->acks_tail, old_tail; int win = CIRC_CNT(call->acks_head, tail, call->acks_winsz); - kenter("{%u,%u},%u", call->acks_hard, win, hard); + _enter("{%u,%u},%u", call->acks_hard, win, hard); ASSERTCMP(hard - call->acks_hard, <=, win);