summaryrefslogtreecommitdiffstats
path: root/sys/x86/cpufreq
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/cpufreq')
-rw-r--r--sys/x86/cpufreq/smist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/cpufreq/smist.c b/sys/x86/cpufreq/smist.c
index 5cfd72b..6116d94 100644
--- a/sys/x86/cpufreq/smist.c
+++ b/sys/x86/cpufreq/smist.c
@@ -223,7 +223,7 @@ set_ownership(device_t dev)
bus_dma_tag_destroy(tag);
device_printf(dev, "can't load mem\n");
return (ENXIO);
- };
+ }
DPRINT(dev, "taking ownership over BIOS return %d\n", cb_data.result);
bus_dmamap_unload(tag, map);
bus_dmamem_free(tag, cb_data.buf, map);
OpenPOWER on IntegriCloud