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:
5321a72
)
kdbus: allowing sending replies even if NO_EXPECT_REPLY is set
68/91668/4
author
Lukasz Skalski
<l.skalski@samsung.com>
Wed, 20 Jul 2016 16:21:25 +0000
(18:21 +0200)
committer
Karol Lewandowski
<k.lewandowsk@samsung.com>
Fri, 14 Oct 2016 12:51:15 +0000
(14:51 +0200)
[ This commit re-applies change I34427f381957dd8d366e9e4d837d5a2a34a39cc1 to new kdbus upstream version. ]
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Change-Id: I6155f3599e59cd880267d9c03b0212b47ec9a64c
ipc/kdbus/connection.c
patch
|
blob
|
history
diff --git
a/ipc/kdbus/connection.c
b/ipc/kdbus/connection.c
index f80191e73868cf827858e7e1eda25537f725365c..2dd907e4288b679e1d32b6627fdcb14522dfc4ea 100644
(file)
--- a/
ipc/kdbus/connection.c
+++ b/
ipc/kdbus/connection.c
@@
-1140,10
+1140,6
@@
static int kdbus_conn_reply(struct kdbus_conn *src,
}
mutex_unlock(&dst->lock);
- if (!reply) {
- ret = -EBADSLT;
- goto exit;
- }
/* send message */