Re: [PATCH v2 05/14] x86/microcode/intel: Use appropriate type in microcode_sanity_check()

From: Sohil Mehta
Date: Tue Nov 08 2022 - 21:47:24 EST


On 11/7/2022 2:53 PM, Jithu Joseph wrote:
The data type of print_err parameter used by microcode_sanity_check()
is int. In prepration for exporting this function, to be used by
the IFS driver, Convert it to a more appropriate bool type for readability.

No functional change intended.

Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx>
Reviewed-by: Ashok Raj <ashok.raj@xxxxxxxxx>
Signed-off-by: Jithu Joseph <jithu.joseph@xxxxxxxxx>

Reviewed-by: Sohil Mehta <sohil.mehta@xxxxxxxxx>