s390/pci: add recover sysfs knob
Add an arch specific attribute to recover a pci function from an error state or config space blockage. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
cb80918287
commit
0ff70ec88b
@@ -79,8 +79,6 @@ static int enable_slot(struct hotplug_slot *hotplug_slot)
|
||||
if (rc)
|
||||
goto out_deconfigure;
|
||||
|
||||
slot->zdev->state = ZPCI_FN_STATE_ONLINE;
|
||||
|
||||
pci_scan_slot(slot->zdev->bus, ZPCI_DEVFN);
|
||||
pci_bus_add_devices(slot->zdev->bus);
|
||||
|
||||
|
Reference in New Issue
Block a user