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

Commit 353c8ed4 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Fix misnamed label in handle_edge_eoi_irq



Reported-by: default avatar <michael@ellerman.id.au>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: linuxppc-dev@lists.ozlabs.org
parent 0ce790e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ void handle_edge_eoi_irq(unsigned int irq, struct irq_desc *desc)
	} while ((desc->istate & IRQS_PENDING) &&
		 !irqd_irq_disabled(&desc->irq_data));

out_unlock:
out_eoi:
	chip->irq_eoi(&desc->irq_data);
	raw_spin_unlock(&desc->lock);
}