summaryrefslogtreecommitdiffstats
path: root/sys/arm64/cavium/thunder_pcie_pem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/cavium/thunder_pcie_pem.c')
-rw-r--r--sys/arm64/cavium/thunder_pcie_pem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/cavium/thunder_pcie_pem.c b/sys/arm64/cavium/thunder_pcie_pem.c
index 8679850..09ea206 100644
--- a/sys/arm64/cavium/thunder_pcie_pem.c
+++ b/sys/arm64/cavium/thunder_pcie_pem.c
@@ -530,7 +530,7 @@ thunder_pem_alloc_resource(device_t dev, device_t child, int type, int *rid,
parent_dev = device_get_parent(device_get_parent(dev));
return (BUS_ALLOC_RESOURCE(parent_dev, dev, type, rid, start,
end, count, flags));
- };
+ }
if (!RMAN_IS_DEFAULT_RANGE(start, end)) {
OpenPOWER on IntegriCloud