From: Lucas Tanure Date: Mon, 14 Jul 2014 00:31:05 +0000 (-0300) Subject: staging: android: Clean up else statement from binder_send_failed_reply X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~743 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ec15e16ff0d72f9a3f1909b1ed20515f1f40d0;p=pandora-kernel.git staging: android: Clean up else statement from binder_send_failed_reply Kernel coding style. Remove useless else statement after return. Changes from v1 and v2: Fix warning for mixed declarations and code. Declaration of "struct binder_transaction *next" made outside of while. Changes from v3: Removed initialization to NULL for next variable. Signed-off-by: Lucas Tanure Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed