[PATCH] drm/amd/powerplay: Delete a redundant memory setting in vega20_set_default_od8_setttings()

2019-06-18 Thread Markus Elfring
From: Markus Elfring Date: Mon, 17 Jun 2019 14:24:14 +0200 The memory was set to zero already by a call of the function “kzalloc”. Thus remove an extra call of the function “memset” for this purpose. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---

Re: [PATCH] drm/amd/powerplay: Delete a redundant memory setting in vega20_set_default_od8_setttings()

2019-06-17 Thread Alex Deucher
Applied this and the dc patch. Thanks! Alex On Mon, Jun 17, 2019 at 10:07 AM Markus Elfring wrote: > > From: Markus Elfring > Date: Mon, 17 Jun 2019 14:24:14 +0200 > > The memory was set to zero already by a call of the function “kzalloc”. > Thus remove an extra call of the function “memset”