diff options
author | Dou Liyang <douly.fnst@cn.fujitsu.com> | 2017-10-29 22:15:00 -0400 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2017-11-02 11:55:44 -0400 |
commit | 4b82130077d93539c9fbb0f5eee21965cea9cfe9 (patch) | |
tree | ea1ac55a818f644fe4650248aaea96fc5bccf13b | |
parent | 0962289b1cd91534f7111e763d3e6a17dcd47ecb (diff) |
irqdomain: Update the comments of fwnode field of irq_domain structure
Commit:
f110711a6053 ("irqdomain: Convert irqdomain-%3Eof_node to fwnode")
converted of_node field to fwnode, but didn't update its comments.
Update it.
Fixes: f110711a6053 ("irqdomain: Convert irqdomain-%3Eof_node to fwnode")
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
-rw-r--r-- | include/linux/irqdomain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index df162f7a4aad..ce48a23d621f 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h | |||
@@ -138,8 +138,8 @@ struct irq_domain_chip_generic; | |||
138 | * @mapcount: The number of mapped interrupts | 138 | * @mapcount: The number of mapped interrupts |
139 | * | 139 | * |
140 | * Optional elements | 140 | * Optional elements |
141 | * @of_node: Pointer to device tree nodes associated with the irq_domain. Used | 141 | * @fwnode: Pointer to firmware node associated with the irq_domain. Pretty easy |
142 | * when decoding device tree interrupt specifiers. | 142 | * to swap it for the of_node via the irq_domain_get_of_node accessor |
143 | * @gc: Pointer to a list of generic chips. There is a helper function for | 143 | * @gc: Pointer to a list of generic chips. There is a helper function for |
144 | * setting up one or more generic chips for interrupt controllers | 144 | * setting up one or more generic chips for interrupt controllers |
145 | * drivers using the generic chip library which uses this pointer. | 145 | * drivers using the generic chip library which uses this pointer. |