drm/radeon: avoid a useless memset
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 27 Jul 2020 10:34:36 +0000 (12:34 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jul 2020 20:24:29 +0000 (16:24 -0400)
commitf5cd85555bf2ced9725a1eb5cd68f2c2096e283a
treeac97eeffe67bad56e5faf64453f658761aa619a5
parent1ee1290363b57361ebf6addbfbbb57dabc4c7a36
drm/radeon: avoid a useless memset

Avoid a memset after a call to 'dma_alloc_coherent()'.
This is useless since
commit 518a2f1925c3 ("dma-mapping: zero memory returned from dma_alloc_*")

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_gart.c