commit | aa189ecdc0c7fad2166ba6d133df8bd214550f68 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue May 29 16:39:10 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 13 13:52:14 2012 -0700 |
tree | bae9d7e44bb60a666574bb66bfbb2aa3e071a89a | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 [diff] |
misc: mei: set IRQF_ONESHOT for msi request_threaded_irq 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>