[SCSI] ipr: Get rid of superfluous call to pci_disbale_msi/msix()
authorAlexander Gordeev <agordeev@redhat.com>
Wed, 12 Mar 2014 21:08:49 +0000 (16:08 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 19 Mar 2014 22:04:40 +0000 (15:04 -0700)
commit739910de5bfdd47ba77a19fa54bad3b52ac0d633
tree098e7d736b198aedd751d0e3569fc7693ac23b39
parent6270e5932a01d6536dbce27782e8adf2180598d8
[SCSI] ipr: Get rid of superfluous call to pci_disbale_msi/msix()

There is no need to call pci_disable_msi() or pci_disable_msix()
in case the call to pci_enable_msi() or pci_enable_msix() failed.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/ipr.c