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:
emaste 2016-05-05 17:47:03 +00:00
parent 469bc5c414
commit b01f61207a

View File

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