[PATCH 7/9] ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs

2014-04-07 Thread Jon Mason
From: Alexander Gordeev Signed-off-by: Alexander Gordeev Signed-off-by: Jon Mason --- drivers/ntb/ntb_hw.c | 15 --- drivers/ntb/ntb_hw.h | 2 -- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/drivers/ntb/ntb_hw.c b/drivers/ntb/ntb_hw.c index eba1ed5..06d605c

[PATCH 7/9] ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs

2014-04-07 Thread Jon Mason
From: Alexander Gordeev agord...@redhat.com Signed-off-by: Alexander Gordeev agord...@redhat.com Signed-off-by: Jon Mason jon.ma...@intel.com --- drivers/ntb/ntb_hw.c | 15 --- drivers/ntb/ntb_hw.h | 2 -- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git