Skip to content

Commit

Permalink
genirq: fix reference in devm_request_threaded_irq comment
Browse files Browse the repository at this point in the history
It should be request_threaded_irq, not request_irq

[jkosina@suse.cz: not that it would matter, as both have the same
 set of arguments anyway, but for sake of consistency ...]

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Emilio López authored and Jiri Kosina committed Aug 28, 2014
1 parent d7cdb96 commit 307b28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static int devm_irq_match(struct device *dev, void *res, void *data)
*
* Except for the extra @dev argument, this function takes the
* same arguments and performs the same function as
* request_irq(). IRQs requested with this function will be
* request_threaded_irq(). IRQs requested with this function will be
* automatically freed on driver detach.
*
* If an IRQ allocated with this function needs to be freed
Expand Down

0 comments on commit 307b28b

Please sign in to comment.