commit | d4ec15e16ff0d72f9a3f1909b1ed20515f1f40d0 | [log] [tgz] |
---|---|---|
author | Lucas Tanure <tanure@linux.com> | Sun Jul 13 21:31:05 2014 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 15 12:08:52 2014 -0700 |
tree | 9c8df45b9eecc4eb6656c5eae441b0a75881a243 | |
parent | 6a44b50f9819571c2b871bffba107defec556a87 [diff] |
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>