diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-05-05 17:47:03 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-05-05 17:47:03 +0000 |
| commit | c009c4021cb347c56b92f068c54a1a79c74cedda (patch) | |
| tree | bebb8ed4462b2604bcf76b67642e501d3acf560f /sys/dev/bhnd/bcma | |
| parent | f8e81aa50ec14782481d69dbc79e36f500ba301e (diff) | |
Notes
Diffstat (limited to 'sys/dev/bhnd/bcma')
| -rw-r--r-- | sys/dev/bhnd/bcma/bcma_subr.c | 2 |
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); } } |
