summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2015-11-22 01:20:36 +0000
committerjhibbits <jhibbits@FreeBSD.org>2015-11-22 01:20:36 +0000
commitf29d44cb6a64914c816591136bfbb8ecbb3ad7c0 (patch)
treefd24f579067d251ea754cd247ba5e5ca52e31203 /sys/powerpc/mpc85xx
parent1f1d8cd1f54354750bcaf95adbd287e250187aa5 (diff)
downloadFreeBSD-src-f29d44cb6a64914c816591136bfbb8ecbb3ad7c0.zip
FreeBSD-src-f29d44cb6a64914c816591136bfbb8ecbb3ad7c0.tar.gz
Remove a debug panic that crept into r291151
Diffstat (limited to 'sys/powerpc/mpc85xx')
-rw-r--r--sys/powerpc/mpc85xx/pci_mpc85xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c
index 6dbdf09..3c34c87 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);
}
OpenPOWER on IntegriCloud