Re: [PATCH 20/22] qla2xxx: Use pci_enable_msix_range()

2014-02-25 Thread Saurav Kashyap
Looks good to me. Acked-by: Saurav Kashyap >As result of deprecation of MSI-X/MSI enablement functions >pci_enable_msix() and pci_enable_msi_block() all drivers >using these two interfaces need to be updated to use the >new pci_enable_msi_range() and pci_enable_msix_range() >interfaces. > >Log m

[PATCH 20/22] qla2xxx: Use pci_enable_msix_range()

2014-02-04 Thread Alexander Gordeev
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() and pci_enable_msix_range() interfaces. Log message code 0x00c6 preserved, although it is reported