summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handle.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/handle.c b/handle.c
index 727c8c7a541..47ab69136c1 100644
--- a/handle.c
+++ b/handle.c
@@ -707,10 +707,8 @@ static long handle_ep_ioctl_connected(struct file *file, unsigned int cmd,
if (kdbus_member_set_user(&cmd_send->return_flags, buf,
struct kdbus_cmd_send,
- return_flags)) {
+ return_flags))
ret = -EFAULT;
- break;
- }
/* store the reply back to userspace */
if (cmd_send->flags & KDBUS_SEND_SYNC_REPLY) {