| Submitter | Yijing Wang |
|---|---|
| Date | Oct. 9, 2012, 3:03 a.m. |
| Message ID | <1349751804-7476-7-git-send-email-wangyijing@huawei.com> |
| Download | mbox | patch |
| Permalink | /patch/190175/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/drivers/pci/hotplug/sgi_hotplug.c b/drivers/pci/hotplug/sgi_hotplug.c index f64ca92..8d02367 100644 --- a/drivers/pci/hotplug/sgi_hotplug.c +++ b/drivers/pci/hotplug/sgi_hotplug.c @@ -553,6 +553,7 @@ static int disable_slot(struct hotplug_slot *bss_hotplug_slot) if (dev) { sn_bus_free_data(dev); pci_stop_and_remove_bus_device(dev); + pci_configure_ari(dev, false); pci_dev_put(dev); } }
Disable the port ARI forwarding when a ARI device was hot removed. Signed-off-by: Yijing Wang <wangyijing@huawei.com> --- drivers/pci/hotplug/sgi_hotplug.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)