Skip to content

Commit

Permalink
devres/irq: Fix devm_irq_match comment
Browse files Browse the repository at this point in the history
Fix the reference (in comment).

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jean Delvare authored and Jiri Kosina committed Feb 11, 2010
1 parent b80109e commit 5c42dc7
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 @@ -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,
Expand Down

0 comments on commit 5c42dc7

Please sign in to comment.