diff options
-rw-r--r-- | sys/dev/bhnd/bhnd_subr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bhnd/bhnd_subr.c b/sys/dev/bhnd/bhnd_subr.c index 1d5557b024d9..5f92e9d73472 100644 --- a/sys/dev/bhnd/bhnd_subr.c +++ b/sys/dev/bhnd/bhnd_subr.c @@ -184,6 +184,8 @@ bhnd_port_type_name(bhnd_port_type port_type) return ("bridge"); case BHND_PORT_AGENT: return ("agent"); + default: + return "unknown"; } } |