mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove a spurious printf left in from debugging.
PR: 16642
This commit is contained in:
parent
9a69e6509a
commit
aac5584a61
1 changed files with 0 additions and 1 deletions
|
|
@ -933,7 +933,6 @@ adv_init(struct adv_softc *adv)
|
|||
}
|
||||
|
||||
if (adv_test_external_lram(adv) == 0) {
|
||||
printf("No external RAM\n");
|
||||
if ((adv->type & (ADV_PCI|ADV_ULTRA)) == (ADV_PCI|ADV_ULTRA)) {
|
||||
eeprom_config.max_total_qng =
|
||||
ADV_MAX_PCI_ULTRA_INRAM_TOTAL_QNG;
|
||||
|
|
|
|||
Loading…
Reference in a new issue