Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e80eaf99 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 3146b39c e48395f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,7 @@ static void xics_set_affinity(unsigned int virq, cpumask_t cpumask)
	 * For the moment only implement delivery to all cpus or one cpu.
	 * Get current irq_server for the given irq
	 */
	irq_server = get_irq_server(irq, 1);
	irq_server = get_irq_server(virq, 1);
	if (irq_server == -1) {
		char cpulist[128];
		cpumask_scnprintf(cpulist, sizeof(cpulist), cpumask);