x86, microcode, AMD: Remove unneeded memset call
authorBorislav Petkov <borislav.petkov@amd.com>
Wed, 5 Jan 2011 17:04:11 +0000 (18:04 +0100)
committerBorislav Petkov <borislav.petkov@amd.com>
Wed, 9 Feb 2011 15:05:35 +0000 (16:05 +0100)
commit05ff02e4c0686051fcb074aec92df03f2c184fd1
tree2c964fb48f19508d3228cc693c18f5e3b31aee44
parent7cc27349cbfec271eecec9488b4bf3f3fadb2ce4
x86, microcode, AMD: Remove unneeded memset call

collect_cpu_info_amd() clears its csig arg but this is done in the
microcode_core's collect_cpu_info() by clearing the embedding struct
ucode_cpu_info. Drop it.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Acked-by: Andreas Herrmann <Andreas.Herrmann3@amd.com>
arch/x86/kernel/microcode_amd.c