x86/microcode/intel: Make _save_mc() return the updated saved count
authorBorislav Petkov <bp@suse.de>
Mon, 9 Feb 2015 16:49:43 +0000 (17:49 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 2 Mar 2015 19:31:56 +0000 (20:31 +0100)
commita5de5e242b80c085913041e99ab245408083f273
tree3933f214a89a66e8ef09a52f29926ac25301b2e2
parent02f35177fb00ee0d73f9af2d6006af6b75b58c11
x86/microcode/intel: Make _save_mc() return the updated saved count

... of microcode patches instead of handing in a pointer which is used
for I/O in an otherwise void function.

Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/kernel/cpu/microcode/intel_early.c