From 64e13a5801a8db9e0d35b5c7b17ca4e017983c53 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Sun, 22 Nov 2015 01:20:36 +0000 Subject: [PATCH] Remove a debug panic that crept into r291151 --- sys/powerpc/mpc85xx/pci_mpc85xx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c index 6dbdf09d2e3..3c34c874db3 100644 --- a/sys/powerpc/mpc85xx/pci_mpc85xx.c +++ b/sys/powerpc/mpc85xx/pci_mpc85xx.c @@ -284,7 +284,6 @@ fsl_pcib_attach(device_t dev) return (ofw_pci_attach(dev)); err: - //panic("Because I said so\n"); return (ENXIO); }