summaryrefslogtreecommitdiffstats
path: root/sys/dev/bhnd/bhndb/bhndb_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bhnd/bhndb/bhndb_pci.c')
-rw-r--r--sys/dev/bhnd/bhndb/bhndb_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bhnd/bhndb/bhndb_pci.c b/sys/dev/bhnd/bhndb/bhndb_pci.c
index 03a0996..ac5409a 100644
--- a/sys/dev/bhnd/bhndb/bhndb_pci.c
+++ b/sys/dev/bhnd/bhndb/bhndb_pci.c
@@ -1007,7 +1007,7 @@ bhndb_pci_discover_quirks(struct bhndb_pci_softc *sc,
for (qt = id->quirks; qt->quirks != 0; qt++) {
if (bhnd_hwrev_matches(hwrev, &qt->hwrev))
quirks |= qt->quirks;
- };
+ }
}
OpenPOWER on IntegriCloud