Merge "Fix logspam from system-background cpuset." into mnc-dr1.5-dev
diff --git a/libcutils/sched_policy.c b/libcutils/sched_policy.c
index 8c26cdd..70dc8c4 100644
--- a/libcutils/sched_policy.c
+++ b/libcutils/sched_policy.c
@@ -129,9 +129,6 @@
         bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC);
         filename = "/dev/cpuset/system-background/tasks";
         system_bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC);
-        if (system_bg_cpuset_fd < 0) {
-            SLOGE("initialize of system-bg failed: %s\n", strerror(errno));
-        }
     }
 #endif