Re: [PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation

2016-08-02 Thread Christian König
, Leo; Nath, Arindam; Zhou, David(ChunMing); Zhou, Jammy; Liu, Monk; dri-devel; Linux Kernel Mailing List Subject: Re: [PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation On Thu, Jul 28, 2016 at 12:18 PM, Wei Yongjun wrote: Use kmemdup rather than duplicating its

Re: [PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation

2016-08-01 Thread Nicolai Hähnle
, Jammy; Liu, Monk; dri-devel; Linux Kernel Mailing List Subject: Re: [PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation On Thu, Jul 28, 2016 at 12:18 PM, Wei Yongjun wrote: Use kmemdup rather than duplicating its implementation. Generated by: scripts/coccinelle/api

RE: [PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation

2016-07-29 Thread Deucher, Alexander
Liu, Monk; dri-devel; > Linux Kernel Mailing List > Subject: Re: [PATCH -next] drm/amdgpu: use kmemdup rather than > duplicating its implementation > > On Thu, Jul 28, 2016 at 12:18 PM, Wei Yongjun wrote: > > Use kmemdup rather than duplicating its implementation. > > >

Re: [PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation

2016-07-29 Thread Sean Paul
, Sonny; Liu, >> Leo; >> Nath, Arindam; Zhou, David(ChunMing); Zhou, Jammy; Liu, Monk; dri-devel; >> Linux Kernel Mailing List >> Subject: Re: [PATCH -next] drm/amdgpu: use kmemdup rather than >> duplicating its implementation >> >> On Thu, Jul 28, 2016 at 12

Re: [PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation

2016-07-29 Thread Sean Paul
On Thu, Jul 28, 2016 at 12:18 PM, Wei Yongjun wrote: > Use kmemdup rather than duplicating its implementation. > > Generated by: scripts/coccinelle/api/memdup.cocci > > Signed-off-by: Wei Yongjun Thanks for the patch. I'll apply this to -misc once the merge window is closed. Acked-by: Sean Pau

[PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation

2016-07-28 Thread Wei Yongjun
Use kmemdup rather than duplicating its implementation. Generated by: scripts/coccinelle/api/memdup.cocci Signed-off-by: Wei Yongjun --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c b/driv