summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2019-10-05 01:30:28 +0000
committermrg <mrg@NetBSD.org>2019-10-05 01:30:28 +0000
commitdb270f873433b4484ad957740aa5891b93dcc8dd (patch)
tree76ba4966adb5cfa4e87df4bfc1bb883403fae03d /sys/dev
parent9cb4ef149ebfeab2e59d18a3a693b97931114d33 (diff)
add missing break.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/esm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/esm.c b/sys/dev/pci/esm.c
index 9f1885d5369..1e0b0731e03 100644
--- a/sys/dev/pci/esm.c
+++ b/sys/dev/pci/esm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: esm.c,v 1.63 2019/06/08 08:02:38 isaki Exp $ */
+/* $NetBSD: esm.c,v 1.64 2019/10/05 01:30:28 mrg Exp $ */
/*-
* Copyright (c) 2002, 2003 Matt Fredette
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esm.c,v 1.63 2019/06/08 08:02:38 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esm.c,v 1.64 2019/10/05 01:30:28 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1482,6 +1482,7 @@ esm_match(device_t dev, cfdata_t match, void *aux)
case PCI_PRODUCT_ESSTECH_MAESTRO2E:
return 1;
}
+ break;
case PCI_VENDOR_ESSTECH2:
switch (PCI_PRODUCT(pa->pa_id)) {