Re: [PATCH v3 02/16] lpfc: use pci_irq_alloc_vectors and pci_irq_free_vectors

2017-02-13 Thread Hannes Reinecke
On 02/12/2017 10:52 PM, James Smart wrote: > > From: Christoph Hellwig > > This avoids having to store the msix_entries array and simpliefies the > shutdown and cleanup path a lot. > > Signed-off-by: Christoph Hellwig > Signed-off-by: James Smart > Reviewed-by: Johannes Thumshirn Reviewed-by

[PATCH v3 02/16] lpfc: use pci_irq_alloc_vectors and pci_irq_free_vectors

2017-02-12 Thread James Smart
From: Christoph Hellwig This avoids having to store the msix_entries array and simpliefies the shutdown and cleanup path a lot. Signed-off-by: Christoph Hellwig Signed-off-by: James Smart Reviewed-by: Johannes Thumshirn --- drivers/scsi/lpfc/lpfc.h | 2 - drivers/scsi/lpfc/lpfc_init.