From: Mirsal Ennaime Date: Tue, 12 Mar 2013 10:41:59 +0000 (+0100) Subject: drivers: android: binder: Move the node release code to a separate function X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~536 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008fa749e0fe5b2fffd20b7fe4891bb80d072c6a;p=pandora-kernel.git drivers: android: binder: Move the node release code to a separate function The binder_deferred_release() function has many levels of indentation which makes it difficult to read. This patch moves the code which deals with disposing of a binder node to a separate binder_node_release() function, thus removing one level of indentation and allowing the code to fit in 80 columns. Signed-off-by: Mirsal Ennaime Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed