Re: [PATCH 02/22] bfa: Do not call pci_enable_msix() once it failed

2014-02-13 Thread Alexander Gordeev
On Tue, Feb 04, 2014 at 12:16:48PM +0100, Alexander Gordeev wrote: > Function pci_enable_msix() should not be called again in > case it threw a negative errno. Anil, Vijaya, Any feedback on bfa patches? Thanks! -- Regards, Alexander Gordeev agord...@redhat.com -- To unsubscribe from this list:

[PATCH 02/22] bfa: Do not call pci_enable_msix() once it failed

2014-02-04 Thread Alexander Gordeev
Function pci_enable_msix() should not be called again in case it threw a negative errno. Signed-off-by: Alexander Gordeev Cc: Anil Gurumurthy Cc: Vijaya Mohan Guvva Cc: linux-scsi@vger.kernel.org Cc: linux-...@vger.kernel.org --- drivers/scsi/bfa/bfad.c | 48 ++---