Home
last modified time | relevance | path

Searched hist:"39 a2eddb9b62959dc55c6978b5eaeb3dd57c5ff2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dmanage.cdiff 39a2eddb9b62959dc55c6978b5eaeb3dd57c5ff2 Tue May 12 13:35:54 CDT 2009 Steven Rostedt <rostedt@goodmis.org> 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: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <alpine.DEB.2.00.0905121431020.13338@gandalf.stny.rr.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>