X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fmpparse.c;fp=arch%2Fx86%2Fkernel%2Fmpparse.c;h=ef59817357fc9c60db4f0e50e35e3d5288d96b35;hp=5a532ce646bf5c08988e108c9e859fc77e8a0b57;hb=4cb1f43ce8c72ee453c00fcb9f6ee9c4ebd03f98;hpb=0ee5623f9a6e52df90a78bd21179f8ab370e102e;ds=inline diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 5a532ce646bf..ef59817357fc 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -718,14 +718,12 @@ static void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) static int check_slot(unsigned long mpc_new_phys, unsigned long mpc_new_length, int count) { - int ret = 0; - if (!mpc_new_phys || count <= mpc_new_length) { WARN(1, "update_mptable: No spare slots (length: %x)\n", count); return -1; } - return ret; + return 0; } #else /* CONFIG_X86_IO_APIC */ static