+1
-1
arch/x86/kernel/apic/vector.c
+1
-1
arch/x86/kernel/apic/vector.c
···
413
413
if (WARN_ON_ONCE(cpumask_empty(vector_searchmask))) {
414
414
/* Something in the core code broke! Survive gracefully */
415
415
pr_err("Managed startup for irq %u, but no CPU\n", irqd->irq);
416
-
return EINVAL;
416
+
return -EINVAL;
417
417
}
418
418
419
419
ret = assign_managed_vector(irqd, vector_searchmask);