genirq: Update stale comment for __irq_domain_add
authorPunit Agrawal <punit.agrawal@arm.com>
Tue, 31 May 2016 12:56:48 +0000 (13:56 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 5 Sep 2016 15:11:10 +0000 (17:11 +0200)
commit545d5d657b720e9c4dc773265bb7e9d88e34b269
treeb8e94668d0c94fc5e1bbda4129a7c6fae69922bf
parentf88eecfe2f22b2790e7527c0aaec14ea175919de
genirq: Update stale comment for __irq_domain_add

Commit 1bf4ddc46c5d ("irqdomain: Introduce irq_domain_create_{linear,
tree}") introduced the use of fwnode_handle to identify the interrupt
controller when calling __irq_domain_add but missed updating the kernel
doc parameters for the function.

Update this comment. While we are touching this code, also consolidate
the declaration and assignment of of_node.

Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Acked-by: Marc Zygnier <marc.zyngier@arm.com>
Link: http://lkml.kernel.org/r/1464699409-23113-1-git-send-email-punit.agrawal@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/irqdomain.c