We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94b731 commit 309b517Copy full SHA for 309b517
arch/x86/xen/apic.c
@@ -51,7 +51,7 @@ static u32 xen_apic_read(u32 reg)
51
.interface_version = XENPF_INTERFACE_VERSION,
52
.u.pcpu_info.xen_cpuid = 0,
53
};
54
- int ret = 0;
+ int ret;
55
56
/* Shouldn't need this as APIC is turned off for PV, and we only
57
* get called on the bootup processor. But just in case. */
0 commit comments