Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove duplicated break. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/1774013085fa
branches:  trunk
changeset: 361584:1774013085fa
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Feb 16 03:15:27 2022 +0000

description:
Remove duplicated break. No functional change.

diffstat:

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

diffs (26 lines):

diff -r 2fd8d0ec533f -r 1774013085fa sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Wed Feb 16 01:26:30 2022 +0000
+++ b/sys/dev/pci/if_wm.c       Wed Feb 16 03:15:27 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.726 2021/12/31 14:25:23 riastradh Exp $    */
+/*     $NetBSD: if_wm.c,v 1.727 2022/02/16 03:15:27 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.726 2021/12/31 14:25:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.727 2022/02/16 03:15:27 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -10572,7 +10572,6 @@
                        case MII_MODEL_INTEL_I350:
                                new_phytype = WMPHY_I350;
                                break;
-                               break;
                        default:
                                break;
                        }



Home | Main Index | Thread Index | Old Index