commit | e21762196118c272321532fe64c512efaa088b7e | [log] [tgz] |
---|---|---|
author | Sherry Yang <sherryy@android.com> | Wed Aug 23 08:46:39 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 16:47:17 2017 +0200 |
tree | 3bbcafba7be351abc6d00a2e2ad793f3ebe8eb21 | |
parent | 9c0dda14951e9ed30b6f04e14bf64a3c69686c5b [diff] |
android: binder: Refactor prev and next buffer into a helper function Use helper functions buffer_next and buffer_prev instead of list_entry to get the next and previous buffers. Signed-off-by: Sherry Yang <sherryy@android.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>