]> git.baikalelectronics.ru Git - kernel.git/commit
android: binder: Refactor prev and next buffer into a helper function
authorSherry Yang <sherryy@android.com>
Wed, 23 Aug 2017 15:46:39 +0000 (08:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 14:47:17 +0000 (16:47 +0200)
commite21971ce23896a51547b6b3a698384788b9646c9
tree3bbcafba7be351abc6d00a2e2ad793f3ebe8eb21
parent8089a27348d92fd79a1ac5c76ed9395754af3c3f
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>
drivers/android/binder_alloc.c