Remove root cover file cover.xcf, now replace by cove.svg
[apps/agl-service-can-low-level.git] / src / can / can-bus.cpp
index a81c142..cfb9d86 100644 (file)
@@ -240,7 +240,10 @@ int can_bus_t::init_can_dev()
                                i++;
                        }
                        else
+                       {
                                ERROR(binder_interface, "Can't open device %s", device.c_str());
+                               return 1;
+                       }
                }
 
                NOTICE(binder_interface, "Initialized %d/%d can bus device(s)", i, t);