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

2016-08-02 Thread Christian König
ucher, Alexander; Koenig, Christian; Dave Airlie; Jiang, >>> 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

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

2016-08-01 Thread Nicolai Hähnle
>> 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 Yo

[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. > > >

[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

[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