Re: [PATCH] ARC: Remove a redundant memset()

From: Vineet Gupta
Date: Mon Apr 18 2022 - 15:21:56 EST




On 3/22/22 12:49, Christophe JAILLET wrote:
disasm_instr() already call memset(0) on its 2nd argument, so there is no
need to clear it explicitly before calling this function.

Remove the redundant memset().

Signed-off-by: Christophe JAILLET<christophe.jaillet@xxxxxxxxxx>


Applied.

Thx,
-Vineet