Re: [PATCH RESEND 4/7] ipr: Get rid of superfluous call to pci_disbale_msi/msix()

2014-03-19 Thread James Bottomley
On Wed, 2014-03-19 at 15:26 -0500, Brian King wrote: > On 03/19/2014 02:55 PM, James Bottomley wrote: > > On Wed, 2014-03-12 at 16:08 -0500, wenxi...@vmlinux.vnet.ibm.com wrote: > >> From: Alexander Gordeev > >> > >> There is no need to call pci_disable_msi() or pci_disable_msix() > >> in case the

Re: [PATCH RESEND 4/7] ipr: Get rid of superfluous call to pci_disbale_msi/msix()

2014-03-19 Thread Brian King
On 03/19/2014 02:55 PM, James Bottomley wrote: > On Wed, 2014-03-12 at 16:08 -0500, wenxi...@vmlinux.vnet.ibm.com wrote: >> From: Alexander Gordeev >> >> 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. >> >> Sign

Re: [PATCH RESEND 4/7] ipr: Get rid of superfluous call to pci_disbale_msi/msix()

2014-03-19 Thread James Bottomley
On Wed, 2014-03-12 at 16:08 -0500, wenxi...@vmlinux.vnet.ibm.com wrote: > From: Alexander Gordeev > > 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 > Acked-by: Brian King

[PATCH RESEND 4/7] ipr: Get rid of superfluous call to pci_disbale_msi/msix()

2014-03-12 Thread wenxiong
From: Alexander Gordeev 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 Acked-by: Brian King --- drivers/scsi/ipr.c |2 -- 1 file changed, 2 deletions(-) Index: b/drivers/s