PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 29 Oct 2015 21:21:20 +0000 (16:21 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 30 Oct 2015 20:15:02 +0000 (15:15 -0500)
commitc23b613507b8fa10e1839fb5a42e1b0318bf1d27
treeff0c75027f5d1d69dc524730fb41c23af52c0f57
parentb390864482924a21f8d7e25636d0140de93fba7e
PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures

Disable VFs if pcibios_enable_sriov() fails, just like we do for other
errors in sriov_enable().  Call pcibios_sriov_disable() if virtfn_add()
fails.

[bhelgaas: changelog, split to separate patch for reviewability]
Fixes: 995df527f399 ("PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()")
Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Wei Yang <weiyang@linux.vnet.ibm.com>
drivers/pci/iov.c
This page took 0.025504 seconds and 5 git commands to generate.