Skip to content

Commit

Permalink
genirq: Fix misnamed label in handle_edge_eoi_irq
Browse files Browse the repository at this point in the history
Reported-by: michael@ellerman.id.au
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: linuxppc-dev@lists.ozlabs.org
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 0ce790e commit 353c8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 353c8ed

Please sign in to comment.