git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddac7d5
)
staging: android: binder.c: binder_ioctl() cleanup
author
Tair Rzayev
<tair.rzayev@gmail.com>
Tue, 3 Jun 2014 19:27:21 +0000
(22:27 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 22:42:06 +0000
(15:42 -0700)
binder_ioctl() is quite huge and checkpatch dirty - mostly because of
the amount of code for the BINDER_WRITE_READ and BINDER_SET_CONTEXT_MGR.
Moved that code into the new binder_ioctl_write_read() and
binder_ioctl_set_ctx_mgr()
Signed-off-by: Tair Rzayev <tair.rzayev@gmail.com>
Cc: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c
patch
|
blob
|
history
diff --cc
drivers/staging/android/binder.c
Simple merge