projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa404a0
)
kdbus: allowing sending replies even if NO_EXPECT_REPLY is set
99/80899/1
accepted/tizen/common/20160721.175044
accepted/tizen/ivi/20160721.091500
accepted/tizen/mobile/20160721.090024
accepted/tizen/tv/20160721.091535
accepted/tizen/wearable/20160721.090020
submit/tizen/20160721.001709
author
Lukasz Skalski
<l.skalski@samsung.com>
Wed, 20 Jul 2016 16:21:25 +0000
(18:21 +0200)
committer
Lukasz Skalski
<l.skalski@samsung.com>
Wed, 20 Jul 2016 16:21:25 +0000
(18:21 +0200)
Change-Id: I34427f381957dd8d366e9e4d837d5a2a34a39cc1
ipc/kdbus/connection.c
patch
|
blob
|
history
diff --git
a/ipc/kdbus/connection.c
b/ipc/kdbus/connection.c
index 02a68724c2f261cad4e1a8baa3cec04b4856053e..8e994ea16e48c14d47fed9965ba2272f30651dc9 100644
(file)
--- a/
ipc/kdbus/connection.c
+++ b/
ipc/kdbus/connection.c
@@
-1129,11
+1129,6
@@
static int kdbus_conn_reply(struct kdbus_conn *src, struct kdbus_kmsg *kmsg)
}
mutex_unlock(&dst->lock);
- if (!reply) {
- ret = -EPERM;
- goto exit;
- }
-
/* attach metadata */
attach = kdbus_meta_calc_attach_flags(src, dst);