mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
rxrpc: Disable a debugging statement that has been left enabled.
Disable a debugging statement that has been left enabled Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2f02f7aea7
commit
8f7e6e75d3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user