Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic add missing fallthrough



details:   https://anonhg.NetBSD.org/src/rev/1224373f3412
branches:  trunk
changeset: 330471:1224373f3412
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 10 15:26:30 2014 +0000

description:
add missing fallthrough

diffstat:

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

diffs (26 lines):

diff -r 06701ec5b31f -r 1224373f3412 sys/dev/ic/smc91cxx.c
--- a/sys/dev/ic/smc91cxx.c     Thu Jul 10 15:15:54 2014 +0000
+++ b/sys/dev/ic/smc91cxx.c     Thu Jul 10 15:26:30 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smc91cxx.c,v 1.86 2013/09/08 14:27:39 chs Exp $        */
+/*     $NetBSD: smc91cxx.c,v 1.87 2014/07/10 15:26:30 christos Exp $   */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.86 2013/09/08 14:27:39 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.87 2014/07/10 15:26:30 christos Exp $");
 
 #include "opt_inet.h"
 
@@ -331,6 +331,7 @@
                 * even if the PHY does.
                 */
                miicapabilities &= ~(BMSR_100TXFDX | BMSR_10TFDX);
+               /*FALLTHROUGH*/
        case CHIP_91100FD:
        case CHIP_91C111:
                if (tmp & CR_MII_SELECT) {



Home | Main Index | Thread Index | Old Index