staging: gasket: interrupt: remove PCI-MSIX-specific status check
authorTodd Poynor <toddpoynor@google.com>
Mon, 17 Sep 2018 12:38:57 +0000 (05:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 11:22:01 +0000 (13:22 +0200)
commit467976ff6e566a695c2964bb2ca24eba154a1d82
tree62e58f85a2a976da9de6068e064a140005b5d21b
parenta15087ec16c9f206846b9f9861963f1cabbc5a1c
staging: gasket: interrupt: remove PCI-MSIX-specific status check

Devices not using MSIX don't use the msix_initialized field, so don't
require it to be set in the interrupt system status check. The general
check for interrupts configured that follows can cover both MSIX and
device-managed interrupts.

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