Loading drivers/staging/android/binder.c +4 −3 Original line number Diff line number Diff line Loading @@ -1718,7 +1718,8 @@ err_no_context_mgr_node: thread->return_error = return_error; } int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, static int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, void __user *buffer, size_t size, size_t *consumed) { uint32_t cmd; Loading Loading @@ -2073,8 +2074,8 @@ int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, return 0; } void binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) static void binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) { trace_binder_return(cmd); if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.br)) { Loading Loading
drivers/staging/android/binder.c +4 −3 Original line number Diff line number Diff line Loading @@ -1718,7 +1718,8 @@ err_no_context_mgr_node: thread->return_error = return_error; } int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, static int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, void __user *buffer, size_t size, size_t *consumed) { uint32_t cmd; Loading Loading @@ -2073,8 +2074,8 @@ int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, return 0; } void binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) static void binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) { trace_binder_return(cmd); if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.br)) { Loading