OSDN Git Service

staging: gasket: interrupt: refactor PCI MSIX-specific handler code
authorTodd Poynor <toddpoynor@google.com>
Fri, 10 Aug 2018 03:21:09 +0000 (20:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:43:44 +0000 (19:43 +0200)
commit62af16524ced2f38b754a9a31a9b93854012d38c
tree9986fc21e4ac482db05ff85c1ccb52c5595ba77f
parent97fead8c90961390902ec7a9780775b9e87908bc
staging: gasket: interrupt: refactor PCI MSIX-specific handler code

Split interrupt handler into PCI MSIX-specific and generic functions,
for adding non-MSIX handlers in the future.  Move MSIX init code
together,, out of generic init path.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_interrupt.c