]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Return the IRQ name from free_irq()
authorChristoph Hellwig <hch@lst.de>
Thu, 13 Apr 2017 07:06:41 +0000 (09:06 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 18 Apr 2017 18:40:00 +0000 (13:40 -0500)
commitf2d8f348425e7b7e881d7cd52194237b5075dbf2
tree1c29262ad5fb60ba2fd8d68e58be2c74fb848297
parent1840e237937c966197c643b74f12afa8f913f247
genirq: Return the IRQ name from free_irq()

This allows callers to get back at them instead of having to store it in
another variable.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/interrupt.h
kernel/irq/manage.c