Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 307b28b9 authored by Emilio López's avatar Emilio López Committed by Jiri Kosina
Browse files

genirq: fix reference in devm_request_threaded_irq comment



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: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d7cdb968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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