aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/of/irq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index ec00ae7384c2..7dcea86e052c 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -83,9 +83,8 @@ EXPORT_SYMBOL_GPL(of_irq_find_parent);
83 83
84/** 84/**
85 * of_irq_parse_raw - Low level interrupt tree parsing 85 * of_irq_parse_raw - Low level interrupt tree parsing
86 * @parent: the device interrupt parent
87 * @addr: address specifier (start of "reg" property of the device) in be32 format 86 * @addr: address specifier (start of "reg" property of the device) in be32 format
88 * @out_irq: structure of_irq updated by this function 87 * @out_irq: structure of_phandle_args updated by this function
89 * 88 *
90 * Returns 0 on success and a negative number on error 89 * Returns 0 on success and a negative number on error
91 * 90 *