aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bcma
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-05-05 17:47:03 +0000
committerEd Maste <emaste@FreeBSD.org>2016-05-05 17:47:03 +0000
commitc009c4021cb347c56b92f068c54a1a79c74cedda (patch)
treebebb8ed4462b2604bcf76b67642e501d3acf560f /sys/dev/bhnd/bcma
parentf8e81aa50ec14782481d69dbc79e36f500ba301e (diff)
Notes
Diffstat (limited to 'sys/dev/bhnd/bcma')
-rw-r--r--sys/dev/bhnd/bcma/bcma_subr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bhnd/bcma/bcma_subr.c b/sys/dev/bhnd/bcma/bcma_subr.c
index 53d75644464f3..c493f9ce16d55 100644
--- a/sys/dev/bhnd/bcma/bcma_subr.c
+++ b/sys/dev/bhnd/bcma/bcma_subr.c
@@ -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);
}
}