aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/ipc.c')
-rw-r--r--samsung-ipc/ipc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/samsung-ipc/ipc.c b/samsung-ipc/ipc.c
index fa4ddea..f67bef2 100644
--- a/samsung-ipc/ipc.c
+++ b/samsung-ipc/ipc.c
@@ -91,6 +91,8 @@ int ipc_client_set_log_handler(struct ipc_client *client, ipc_client_log_handler
client->log_handler = log_handler_cb;
client->log_data = user_data;
+
+ return 0;
}