ARC: Remove a redundant memset()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 22 Mar 2022 19:49:05 +0000 (20:49 +0100)
committerVineet Gupta <vgupta@kernel.org>
Mon, 18 Apr 2022 19:22:09 +0000 (12:22 -0700)
commit7f56b6d789dfbb4e72fa6912cd037fd916d4ee1c
tree92c4110ec63b62773d13e2ac73584ad03ef39637
parentecaa054fc4c65ad337ec57aef2c6b041e0ef8f91
ARC: Remove a redundant memset()

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@wanadoo.fr>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
arch/arc/kernel/disasm.c