summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-02-14 17:02:15 +0000
committerjhb <jhb@FreeBSD.org>2007-02-14 17:02:15 +0000
commit3ee62d8eacc4bb977c301414373d4da36d4dd446 (patch)
treed397e27b19f6acac4b4e1ca6e9bc5a85f67e043f /sys/dev/pci
parent0ecda93946937a44b4c273cbeee09f600ca6f59a (diff)
downloadFreeBSD-src-3ee62d8eacc4bb977c301414373d4da36d4dd446.zip
FreeBSD-src-3ee62d8eacc4bb977c301414373d4da36d4dd446.tar.gz
Add missing 'break' that in this case is harmless.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 63a7534..a2b9396 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -585,6 +585,7 @@ pci_read_extcap(device_t pcib, pcicfgregs *cfg)
cfg->subvendor = val & 0xffff;
cfg->subdevice = val >> 16;
}
+ break;
default:
break;
}
OpenPOWER on IntegriCloud