summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/bhnd/bhnd_subr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bhnd/bhnd_subr.c b/sys/dev/bhnd/bhnd_subr.c
index 1d5557b..5f92e9d 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";
}
}
OpenPOWER on IntegriCloud