diff --git a/aosp/system/libhwbinder/ProcessState.cpp b/aosp/system/libhwbinder/ProcessState.cpp index 3f5184f95d949ba0a0c8d2c19e20df93894def43..65c16ac89777933f4526e15418a88214249cc958 100644 --- a/aosp/system/libhwbinder/ProcessState.cpp +++ b/aosp/system/libhwbinder/ProcessState.cpp @@ -142,7 +142,7 @@ bool ProcessState::becomeContextManager() if (result == -1) { ALOGE("Binder ioctl to become context manager failed: %s\n", strerror(errno)); } - return result == 0 + return result == 0; } // Get references to userspace objects held by the kernel binder driver