From: Alexander Gordeev Date: Wed, 19 Feb 2014 08:58:19 +0000 (+0100) Subject: skd: Fix incomplete cleanup of MSI-X interrupt X-Git-Tag: v3.15-rc1~134^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46817769edb239b511a63345ba2f3c87803f1c14;p=pandora-kernel.git skd: Fix incomplete cleanup of MSI-X interrupt 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: Alexander Gordeev Cc: Jens Axboe Cc: Bartlomiej Zolnierkiewicz Cc: Kyungmin Park Cc: linux-pci@vger.kernel.org Signed-off-by: Jens Axboe --- Reading git-diff-tree failed