genirq: Fix indentation in remove_irq()
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
c1ae3cfa0e
commit
a7e60e55d7
1 changed files with 1 additions and 1 deletions
|
@ -1557,7 +1557,7 @@ void remove_irq(unsigned int irq, struct irqaction *act)
|
|||
struct irq_desc *desc = irq_to_desc(irq);
|
||||
|
||||
if (desc && !WARN_ON(irq_settings_is_per_cpu_devid(desc)))
|
||||
__free_irq(irq, act->dev_id);
|
||||
__free_irq(irq, act->dev_id);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(remove_irq);
|
||||
|
||||
|
|
Loading…
Reference in a new issue