summaryrefslogtreecommitdiff
path: root/ivi-shell/ivi-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'ivi-shell/ivi-layout.c')
-rw-r--r--ivi-shell/ivi-layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c
index a1264833..6b2604e1 100644
--- a/ivi-shell/ivi-layout.c
+++ b/ivi-shell/ivi-layout.c
@@ -2954,9 +2954,9 @@ load_controller_modules(struct weston_compositor *compositor, const char *module
controller_module_init = weston_load_module(buffer, "controller_module_init");
if (controller_module_init)
- if(!controller_module_init(compositor, argc, argv,
+ if(controller_module_init(compositor, argc, argv,
&ivi_controller_interface,
- sizeof(struct ivi_controller_interface))) {
+ sizeof(struct ivi_controller_interface)) != 0) {
weston_log("ivi-shell: Initialization of controller module fails");
return -1;
}