]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit25ce4be72411867e0471908ee9319599035cc624
tree1c29262ad5fb60ba2fd8d68e58be2c74fb848297
parenta7e60e55d73c39df7bcfedb6ccf9b6b1100d960d
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