Re: [PATCH] android: binder: use kstrdup instead of open-coding it

2018-09-07 Thread Greg Kroah-Hartman
On Fri, Sep 07, 2018 at 10:01:46AM +0200, Rasmus Villemoes wrote: > Signed-off-by: Rasmus Villemoes > --- > drivers/android/binder.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered

[PATCH] android: binder: use kstrdup instead of open-coding it

2018-09-07 Thread Rasmus Villemoes
Signed-off-by: Rasmus Villemoes --- drivers/android/binder.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/android/binder.c b/drivers/android/binder.c index d58763b6b009..2abcf4501d9a 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -5667,12