mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
bhnd: another build fix for GCC-using architectures
Further to r299119. GCC architectures failed with bcma_subr.c:138: warning: control reaches end of non-void function Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f8e81aa50e
commit
c009c4021c
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ bcma_corecfg_get_port_list(struct bcma_corecfg *cfg, bhnd_port_type type)
|
|||
case BHND_PORT_AGENT:
|
||||
return (&cfg->wrapper_ports);
|
||||
break;
|
||||
default:
|
||||
return (NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue