OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jul 2014 19:08:52 +0000 (12:08 -0700)
commitd4ec15e16ff0d72f9a3f1909b1ed20515f1f40d0
tree9c8df45b9eecc4eb6656c5eae441b0a75881a243
parent6a44b50f9819571c2b871bffba107defec556a87
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 <tanure@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/binder.c