]> xenbits.xensource.com Git - xen.git/commit
x86/ucode/amd: Don't use void * for microcode_patch->mpb
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 27 Mar 2020 12:48:08 +0000 (12:48 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 1 Apr 2020 13:00:12 +0000 (14:00 +0100)
commita83b9e7084c3b77be1862d71203f1ca88ffcd8b3
tree19355b8d028a47899b55b9aa9a426d317a36520d
parent0c770820a792a7ab7450fac58e404ce2b9dd40a1
x86/ucode/amd: Don't use void * for microcode_patch->mpb

All code works fine with it having its correct type, and it even allows us to
drop two casts in a printk().

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/microcode/amd.c