1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291152

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);
}