[PATCH 1/5] android: binder: Refactor prev and next buffer into a helper function

2017-08-15 Thread Sherry Yang
Change-Id: Ie2a446ad9907f0d306fd1b8e6d79d87e48826ce2 Signed-off-by: Sherry Yang --- drivers/android/binder_alloc.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c index 40f31df60580..f15a

Re: [PATCH 1/5] android: binder: Refactor prev and next buffer into a helper function

2017-08-22 Thread Greg Kroah-Hartman
On Tue, Aug 15, 2017 at 05:25:55PM -0700, Sherry Yang wrote: > Change-Id: Ie2a446ad9907f0d306fd1b8e6d79d87e48826ce2 Why is this here? > Signed-off-by: Sherry Yang I can't take patches without any changelog text at all, sorry. Please fix up and resend this series. thanks, greg k-h ___