devres/irq: Fix devm_irq_match comment
Fix the reference (in comment). Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b80109e256
commit
5c42dc7070
|
@ -42,7 +42,7 @@ static int devm_irq_match(struct device *dev, void *res, void *data)
|
|||
* automatically freed on driver detach.
|
||||
*
|
||||
* If an IRQ allocated with this function needs to be freed
|
||||
* separately, dev_free_irq() must be used.
|
||||
* separately, devm_free_irq() must be used.
|
||||
*/
|
||||
int devm_request_threaded_irq(struct device *dev, unsigned int irq,
|
||||
irq_handler_t handler, irq_handler_t thread_fn,
|
||||
|
|
Loading…
Reference in New Issue