commit | 16641949257a5644a0f9f2d2f454663c9a37841e | [log] [tgz] |
---|---|---|
author | zhengbin <zhengbin13@huawei.com> | Mon Nov 18 17:00:31 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Nov 19 10:12:54 2019 -0500 |
tree | e9d41764ea74be1435f62aff1f7a8e830b175390 | |
parent | b992691d453c1cb16390d21c9f557196d3ab3141 [diff] |
drm/amdgpu: remove not needed memset 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 <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>