PCI: Update NumVFs register when disabling SR-IOV
commit19b6984e972f2aca82d3756f826ded68e0a8fef8
authorYijing Wang <wangyijing@huawei.com>
Wed, 24 Jul 2013 09:26:12 +0000 (24 17:26 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 30 Jul 2013 16:35:39 +0000 (30 10:35 -0600)
tree7fd9c7284c4a5c74b17330feafc9a5914c9517cc
parent07f9b61c3915e8eb156cb4461b3946736356ad02
PCI: Update NumVFs register when disabling SR-IOV

Currently, we only update NumVFs register during sriov_enable().
This register should also be updated during sriov_disable() and when
sriov_enable() fails.  Otherwise, we will get the stale "Number of VFs"
info from lspci.

[bhelgaas: changelog]
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/iov.c