git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfaf025
)
misc: mei: set IRQF_ONESHOT for msi request_threaded_irq
author
Tomas Winkler
<tomas.winkler@intel.com>
Tue, 29 May 2012 13:39:10 +0000
(16:39 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 13 Jun 2012 20:52:14 +0000
(13:52 -0700)
when the default irq quick handler is used then IRQF_ONESHOT must be set
otherwise the request fails and following error is displayed:
genirq: Threaded irq requested with handler=NULL and !ONESHOT for irq ...
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found