Re: [PATCH 05/13] android: binder: refactor binder_transact transaction buffer loop

2015-05-29 Thread Dan Carpenter
On Thu, May 28, 2015 at 04:08:23PM -0700, Riley Andrews wrote: > +static int binder_transaction_buffer_acquire( > + struct binder_transaction *t, struct binder_transaction_data *tr, > + struct binder_thread *thread, struct binder_transaction *in_reply_to) > +{ > + struct binder_proc *pr

[PATCH 05/13] android: binder: refactor binder_transact transaction buffer loop

2015-05-28 Thread Riley Andrews
Pull the loop that translates the flat_binder_objects into a separate function, binder_transaction_buffer_acquire. Signed-off-by: Riley Andrews --- drivers/android/binder.c | 128 --- 1 file changed, 77 insertions(+), 51 deletions(-) diff --git a/driv