[PATCH v3 -next] binder: simplify the return expression of binder_mmap

2020-09-28 Thread Liu Shixin
Simplify the return expression. Signed-off-by: Liu Shixin --- v3: Add the change description. v2: Get rid of the "ret" and "failure string" variables. v1: Simplify the return expression. --- drivers/android/binder.c | 18 -- 1 file changed, 4 insertions(+), 1

[PATCH -next] binder: simplify the return expression of binder_mmap

2020-09-21 Thread Liu Shixin
Simplify the return expression. Signed-off-by: Liu Shixin --- drivers/android/binder.c | 18 -- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/drivers/android/binder.c b/drivers/android/binder.c index 37a505c41dec..49c0700816a5 100644 --- a/drivers/android

Re: [PATCH -next] binder: simplify the return expression of binder_mmap

2020-09-21 Thread Liu Shixin
On 2020/9/21 16:08, Christian Brauner wrote: > On Mon, Sep 21, 2020 at 04:24:23PM +0800, Liu Shixin wrote: >> Simplify the return expression. >> >> Signed-off-by: Liu Shixin >> --- > Why not is all I can really say. :) But if this is about simplifying y

[PATCH -next] binder: simplify the return expression of binder_mmap

2020-09-21 Thread Liu Shixin
Simplify the return expression. Signed-off-by: Liu Shixin --- drivers/android/binder.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/android/binder.c b/drivers/android/binder.c index 37a505c41dec..1f929e0cf39f 100644 --- a/drivers/android/binder.c +++ b/drivers