Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci add missing break.



details:   https://anonhg.NetBSD.org/src/rev/415255d626f7
branches:  trunk
changeset: 460036:415255d626f7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 05 01:30:28 2019 +0000

description:
add missing break.

diffstat:

 sys/dev/pci/esm.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9096a1a24959 -r 415255d626f7 sys/dev/pci/esm.c
--- a/sys/dev/pci/esm.c Fri Oct 04 23:20:22 2019 +0000
+++ b/sys/dev/pci/esm.c Sat Oct 05 01:30:28 2019 +0000
@@ -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 @@
                case PCI_PRODUCT_ESSTECH_MAESTRO2E:
                        return 1;
                }
+               break;
 
        case PCI_VENDOR_ESSTECH2:
                switch (PCI_PRODUCT(pa->pa_id)) {



Home | Main Index | Thread Index | Old Index