Merge changes from topic "am-27943b02-3710-49e4-84f6-eabc78fdbe01" into oc-dev
am: 4a1214cbbd

Change-Id: I360013fdd9e679c39ecf9899e547e448ce55b27f
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp
index 0985ac8..9d96dd6 100644
--- a/libs/binder/Parcel.cpp
+++ b/libs/binder/Parcel.cpp
@@ -1277,7 +1277,7 @@
     if (err) return err;
 
     // payload
-    void* const buf = this->writeInplace(pad_size(len));
+    void* const buf = this->writeInplace(len);
     if (buf == NULL)
         return BAD_VALUE;