chiark / gitweb /
tree-wide: when %m is used in log_*, always specify errno explicitly
[elogind.git] / src / core / cgroup.c
index bda1d53499ddde46fa83820222484f9ed3635e88..9fa81eaaa811e907f9ac67b47ae319a22be496cc 100644 (file)
@@ -399,8 +399,7 @@ static int whitelist_major(const char *path, const char *name, char type, const
         return 0;
 
 fail:
-        log_warning_errno(errno, "Failed to read /proc/devices: %m");
-        return -errno;
+        return log_warning_errno(errno, "Failed to read /proc/devices: %m");
 }
 
 static bool cgroup_context_has_cpu_weight(CGroupContext *c) {