• A
    skd: Fix incomplete cleanup of MSI-X interrupt · 46817769
    Alexander Gordeev 提交于
    When enabling MSI-X interrupts fails due to lack of memory
    the call to pci_disable_msix() is missed and the device is
    left with MSI-X interrupts enabled while the driver assumes
    otherwise. This update fixes the described misbehaviour and
    cleans up the code of skd_release_msix() function.
    Signed-off-by: NAlexander Gordeev <agordeev@redhat.com>
    Cc: Jens Axboe <axboe@kernel.dk>
    Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
    Cc: Kyungmin Park <kyungmin.park@samsung.com>
    Cc: linux-pci@vger.kernel.org
    Signed-off-by: NJens Axboe <axboe@fb.com>
    46817769
skd_main.c 138.8 KB