From 21fbb9285afd7e48dd02aed53008c8f58420d957 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 6 Jun 2014 14:09:14 -0400 Subject: [PATCH] xen/microcode: Fix compile warning. We get a bunch of them. Might as well fix it. Signed-off-by: Konrad Rzeszutek Wilk (cherry picked from commit 3b99e95e07cee4bbe3ba2b511fc2ac38ff7769b9) Signed-off-by: Konrad Rzeszutek Wilk --- arch/x86/kernel/microcode_xen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/microcode_xen.c b/arch/x86/kernel/microcode_xen.c index 9e50566c735f..34f2a3a6b7dd 100644 --- a/arch/x86/kernel/microcode_xen.c +++ b/arch/x86/kernel/microcode_xen.c @@ -56,7 +56,7 @@ static int xen_microcode_update(int cpu) return err; } -static enum ucode_state xen_request_microcode_fw(int cpu, struct device *device) +static enum ucode_state xen_request_microcode_fw(int cpu, struct device *device, bool refresh_fw) { char name[36]; struct cpuinfo_x86 *c = &cpu_data(cpu); -- 2.50.1