Loading drivers/staging/android/binder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1801,7 +1801,7 @@ int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, case BC_INCREFS_DONE: case BC_ACQUIRE_DONE: { void __user *node_ptr; void *cookie; void __user *cookie; struct binder_node *node; if (get_user(node_ptr, (void * __user *)ptr)) Loading Loading
drivers/staging/android/binder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1801,7 +1801,7 @@ int binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, case BC_INCREFS_DONE: case BC_ACQUIRE_DONE: { void __user *node_ptr; void *cookie; void __user *cookie; struct binder_node *node; if (get_user(node_ptr, (void * __user *)ptr)) Loading