staging: android: binder.c: binder_ioctl() cleanup
authorTair Rzayev <tair.rzayev@gmail.com>
Tue, 3 Jun 2014 19:27:21 +0000 (22:27 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 22:42:06 +0000 (15:42 -0700)
commit78260ac625e91d2402d72dd2f8c7109f98c1d19a
treeb6e9aa9de4dd4545295b4b1861f27cc4935cd2d1
parentddac7d5fba555967654bf47b7b458b050391dc1f
staging: android: binder.c: binder_ioctl() cleanup

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
This page took 0.025557 seconds and 5 git commands to generate.