projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ed06e
)
connection: remove debugging printk()
author
David Herrmann
<dh.herrmann@gmail.com>
Tue, 21 Oct 2014 20:04:12 +0000
(22:04 +0200)
committer
David Herrmann
<dh.herrmann@gmail.com>
Tue, 21 Oct 2014 20:04:12 +0000
(22:04 +0200)
This probably wasn't meant to be included in the commit. Remove stray
printk() debugging helper.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index e4b44eb850350cc33fa5ede27a62617dec56e4ea..f656e1dc8d7098f7692bb3c31347f05540e97b17 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-440,7
+440,6
@@
static int kdbus_conn_add_expected_reply(struct kdbus_conn *conn_src,
r->conn = kdbus_conn_ref(conn_src);
r->cookie = msg->cookie;
-printk(" ADDING expected reply for cookie %lld sync %d\n", r->cookie, sync);
if (sync) {
r->sync = true;