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);
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"