Diff between 6ade0ff7a226c9a06e14b6d364f2fae652337e75 and bd4233c2c8c564d0e6a699a0088d6b8f07e7b740

Changed Files

File Additions Deletions Status
profiles/input/device.c +2 -0 modified

Full Patch

diff --git a/profiles/input/device.c b/profiles/input/device.c
index ed178b4..48d397a 100644
--- a/profiles/input/device.c
+++ b/profiles/input/device.c
@@ -663,6 +663,8 @@ static int hidp_add_connection(const struct input_device *idev,
 		iconn->req = req;
 		iconn->sec_watch = g_io_add_watch(iconn->intr_io, G_IO_OUT,
 							encrypt_notify, iconn);
+
+		return 0;
 	}
 
 	err = ioctl_connadd(req);