]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
misc: mei: set IRQF_ONESHOT for msi request_threaded_irq
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 29 May 2012 13:39:10 +0000 (16:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Jun 2012 20:52:14 +0000 (13:52 -0700)
commitaa189ecdc0c7fad2166ba6d133df8bd214550f68
treebae9d7e44bb60a666574bb66bfbb2aa3e071a89a
parentcfaf025112d3856637ff34a767ef785ef5cf2ca9
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>
drivers/misc/mei/main.c