svn commit: r291152 - head/sys/powerpc/mpc85xx

Justin Hibbits jhibbits at FreeBSD.org
Sun Nov 22 01:20:38 UTC 2015


Author: jhibbits
Date: Sun Nov 22 01:20:36 2015
New Revision: 291152
URL: https://svnweb.freebsd.org/changeset/base/291152

Log:
  Remove a debug panic that crept into r291151

Modified:
  head/sys/powerpc/mpc85xx/pci_mpc85xx.c

Modified: head/sys/powerpc/mpc85xx/pci_mpc85xx.c
==============================================================================
--- head/sys/powerpc/mpc85xx/pci_mpc85xx.c	Sun Nov 22 01:16:43 2015	(r291151)
+++ head/sys/powerpc/mpc85xx/pci_mpc85xx.c	Sun Nov 22 01:20:36 2015	(r291152)
@@ -284,7 +284,6 @@ fsl_pcib_attach(device_t dev)
 	return (ofw_pci_attach(dev));
 
 err:
-	//panic("Because I said so\n");
 	return (ENXIO);
 }
 


More information about the svn-src-head mailing list