We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3016b2 commit 9626d18Copy full SHA for 9626d18
include/linux/irqdesc.h
@@ -165,8 +165,7 @@ int generic_handle_irq(unsigned int irq);
165
/*
166
* Convert a HW interrupt number to a logical one using a IRQ domain,
167
* and handle the result interrupt number. Return -EINVAL if
168
- * conversion failed. Providing a NULL domain indicates that the
169
- * conversion has already been done.
+ * conversion failed.
170
*/
171
int __handle_domain_irq(struct irq_domain *domain, unsigned int hwirq,
172
bool lookup, struct pt_regs *regs);
0 commit comments