From: Tair Rzayev Date: Tue, 3 Jun 2014 19:27:21 +0000 (+0300) Subject: staging: android: binder.c: binder_ioctl() cleanup X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78260ac625e91d2402d72dd2f8c7109f98c1d19a;p=pandora-kernel.git 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 Cc: Arve Hjønnevåg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed