diff mbox

[4/6] phb4: Prepare for link down when creset called from kernel

Message ID 20170810065843.13893-4-ruscur@russell.cc
State Accepted
Headers show

Commit Message

Russell Currey Aug. 10, 2017, 6:58 a.m. UTC
phb4_creset() is typically called by functions that prepare the link
to go down.  In cases where creset() is called directly by the kernel,
this isn't the case and it can cause issues.  Prepare for link down in
creset, just like we do in freset and hreset.

Signed-off-by: Russell Currey <ruscur@russell.cc>
---
 hw/phb4.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/hw/phb4.c b/hw/phb4.c
index 012a8cdc..b467e369 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2623,6 +2623,7 @@  static int64_t phb4_creset(struct pci_slot *slot)
 			do_capp_recovery_scoms(p);
 #endif
 
+		phb4_prepare_link_change(slot, false);
 		/* Clear error inject register, preventing recursive errors */
 		xscom_write(p->chip_id, p->pe_xscom + 0x2, 0x0);