mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove one unneeded printf from non-verbose output.
Submitted by: Artem Naluzhnyy
This commit is contained in:
parent
b4eca7675a
commit
c7edbd9d92
1 changed files with 3 additions and 1 deletions
|
|
@ -6968,7 +6968,9 @@ hdac_attach2(void *arg)
|
|||
continue;
|
||||
for (fg_index = 0; fg_index < codec->num_fgs; fg_index++) {
|
||||
devinfo = &codec->fgs[fg_index];
|
||||
device_printf(sc->dev, "\n");
|
||||
HDA_BOOTVERBOSE(
|
||||
device_printf(sc->dev, "\n");
|
||||
);
|
||||
if (devinfo->node_type !=
|
||||
HDA_PARAM_FCT_GRP_TYPE_NODE_TYPE_AUDIO) {
|
||||
HDA_BOOTVERBOSE(
|
||||
|
|
|
|||
Loading…
Reference in a new issue