Skip to content
Commit 39a2eddb authored by Steven Rostedt's avatar Steven Rostedt Committed by Thomas Gleixner
Browse files

genirq: fix comment to say IRQ_WAKE_THREAD



Trying to implement a driver to use threaded irqs, I was confused when the 
return value to use that was described in the comment above 
request_threaded_irq was not defined.

Turns out that the enum is IRQ_WAKE_THREAD where as the comment said 
IRQ_THREAD_WAKE.

[Impact: do not confuse developers with wrong comments ]

Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
LKML-Reference: <alpine.DEB.2.00.0905121431020.13338@gandalf.stny.rr.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 1d80cac0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment