From: Borislav Petkov Date: Mon, 1 Nov 2010 22:36:53 +0000 (+0100) Subject: x86, microcode, AMD: Cleanup code a bit X-Git-Tag: v2.6.38-rc1~483^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7657ac0c3e4d4ab569296911164b7a2b0ff871a;p=pandora-kernel.git x86, microcode, AMD: Cleanup code a bit 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 --- Reading git-diff-tree failed