On 23.03.2020 11:17, Andrew Cooper wrote: > microcode_sanity_check()'s callers actually call it with a mixture of > microcode_intel and microcode_header_intel pointers, which is fragile. > > Rework it to take struct microcode_intel *, which in turn requires > microcode_update_match()'s type to be altered. > > No functional change - compiled binary is identical. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>