Skip to content
Commit 9e02bb46 authored by Borislav Petkov's avatar Borislav Petkov
Browse files

x86/microcode/intel: Simplify generic_load_microcode_early()



* remove state variable and out label
* get rid of completely unused mc_size
* shorten variable names
* get rid of local variables
* don't do assignments in local var declarations for less cluttered code
* finally rename it to the shorter and perfectly fine load_microcode_early()

No functionality change.

Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent 58ce8d6d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment