mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a debug panic that crept into r291151
This commit is contained in:
parent
fe11dfea79
commit
64e13a5801
1 changed files with 0 additions and 1 deletions
|
|
@ -284,7 +284,6 @@ fsl_pcib_attach(device_t dev)
|
|||
return (ofw_pci_attach(dev));
|
||||
|
||||
err:
|
||||
//panic("Because I said so\n");
|
||||
return (ENXIO);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue