x86, microcode, AMD: Cleanup code a bit
authorBorislav Petkov <borislav.petkov@amd.com>
Mon, 1 Nov 2010 22:36:53 +0000 (23:36 +0100)
committerBorislav Petkov <borislav.petkov@amd.com>
Wed, 10 Nov 2010 13:54:54 +0000 (14:54 +0100)
get_ucode_data is a memcpy() wrapper which always returns 0. Move it
into the header and make it an inline. Remove all code checking its
return value and turn it into a void.

There should be no functionality change resulting from this patch.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>

No differences found