"fs/git@git.tuxist.de:jan.koester/linux.git" did not exist on "f74dee42765db1c2ed584de7ac66aa619c40c79e"
x86: fix warning in arch/x86/kernel/io_apic.c
this warning:
arch/x86/kernel/io_apic.c: In function ‘ir_set_msi_irq_affinity’:
arch/x86/kernel/io_apic.c:3373: warning: ‘cfg’ may be used uninitialized in this function
triggers because the variable was truly uninitialized. We'd crash on
entering this code.
Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Loading
Please sign in to comment