summaryrefslogtreecommitdiffstats
path: root/sys/dev/bhnd/bcma/bcma_erom.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bhnd/bcma/bcma_erom.c')
-rw-r--r--sys/dev/bhnd/bcma/bcma_erom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bhnd/bcma/bcma_erom.c b/sys/dev/bhnd/bcma/bcma_erom.c
index 2fd3275..3f9abf9 100644
--- a/sys/dev/bhnd/bcma/bcma_erom.c
+++ b/sys/dev/bhnd/bcma/bcma_erom.c
@@ -567,7 +567,7 @@ bcma_erom_get_core_info(struct bcma_erom *erom,
for (u_int j = 0; j < i; j++) {
if (buffer[i].vendor == buffer[j].vendor &&
buffer[i].device == buffer[j].device)
- buffer[i].unit++;;
+ buffer[i].unit++;
}
}
@@ -625,7 +625,7 @@ erom_corecfg_fill_port_regions(struct bcma_erom *erom,
EROM_LOG(erom, "unsupported region type %hhx\n",
region_type);
return (EINVAL);
- };
+ }
/* Fetch the list to be populated */
sports = bcma_corecfg_get_port_list(corecfg, port_type);
OpenPOWER on IntegriCloud