diff mbox

[v3,1/5] core/pci: remove misleading fast reboot comment

Message ID 2251150975090b4f69a9976f2e64e6d4af8a0b06.1485502358.git-series.andrew.donnellan@au1.ibm.com
State Accepted
Headers show

Commit Message

Andrew Donnellan Jan. 27, 2017, 7:33 a.m. UTC
We have fast reboot now, so pci_reset() is no longer a "remnant" thereof.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
---
 core/pci.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/core/pci.c b/core/pci.c
index 0a9f8cd..05fd80f 100644
--- a/core/pci.c
+++ b/core/pci.c
@@ -1500,8 +1500,6 @@  void pci_reset(void)
 
 	prlog(PR_NOTICE, "PCI: Clearing all devices...\n");
 
-	/* This is a remnant of fast-reboot, not currently used */
-
 	/* XXX Do those in parallel (at least the power up
 	 * state machine could be done in parallel)
 	 */