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 f27b744 commit bb2e320Copy full SHA for bb2e320
kernel/irq/devres.c
@@ -84,8 +84,6 @@ EXPORT_SYMBOL(devm_request_threaded_irq);
84
* @dev: device to request interrupt for
85
* @irq: Interrupt line to allocate
86
* @handler: Function to be called when the IRQ occurs
87
- * @thread_fn: function to be called in a threaded interrupt context. NULL
88
- * for devices which handle everything in @handler
89
* @irqflags: Interrupt type flags
90
* @devname: An ascii name for the claiming device, dev_name(dev) if NULL
91
* @dev_id: A cookie passed back to the handler function
0 commit comments