staging: android: Clean up else statement from binder_send_failed_reply
authorLucas Tanure <tanure@linux.com>
Mon, 14 Jul 2014 00:31:05 +0000 (21:31 -0300)
committerRiley Andrews <riandrews@google.com>
Tue, 13 Jan 2015 22:44:02 +0000 (22:44 +0000)
commit0137e89dee95eff290c919c3fafb5b1e7d9fad6a
treed4f145cd9b8818debc42efd54e0a3bb4b36092b3
parent8802f02dfcf2cf5fb3569fd2b888543ca6a327a6
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.

Change-Id: I1ec8b512130595b90098126acf562e58eeca8458
Signed-off-by: Lucas Tanure <tanure@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c