Remove a debug panic that crept into r291151

This commit is contained in:
Justin Hibbits 2015-11-22 01:20:36 +00:00
parent fe11dfea79
commit 64e13a5801

View File

@ -284,7 +284,6 @@ fsl_pcib_attach(device_t dev)
return (ofw_pci_attach(dev));
err:
//panic("Because I said so\n");
return (ENXIO);
}