Applied. thanks!
Alex
On Mon, Nov 18, 2019 at 10:07 AM zhengbin wrote:
>
> Fixes coccicheck warning:
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:64:13-31: WARNING: dma_alloc_coherent
> use in ih -> ring already zeroes out memory, so memset is not needed
>
> Reported-by: Hulk Robot
> Signed-of
Fixes coccicheck warning:
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:64:13-31: WARNING: dma_alloc_coherent
use in ih -> ring already zeroes out memory, so memset is not needed
Reported-by: Hulk Robot
Signed-off-by: zhengbin
---
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | 1 -
1 file changed, 1 dele