projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f02f7a
)
rxrpc: Disable a debugging statement that has been left enabled.
author
David Howells
<dhowells@redhat.com>
Thu, 7 Apr 2016 16:23:09 +0000
(17:23 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 11 Apr 2016 19:34:40 +0000
(15:34 -0400)
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>
net/rxrpc/ar-ack.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rxrpc/ar-ack.c
b/net/rxrpc/ar-ack.c
index 16d967075eaf8f1c4cc15ea0ac926cd97277d2d8..01a017a05f1416765f6bc614b6d85080f1cf5397 100644
(file)
--- 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);
-
k
enter("{%u,%u},%u", call->acks_hard, win, hard);
+
_
enter("{%u,%u},%u", call->acks_hard, win, hard);
ASSERTCMP(hard - call->acks_hard, <=, win);