Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/dev Remove extra stray break missed by Chri...



details:   https://anonhg.NetBSD.org/src/rev/78aafe23fdfb
branches:  trunk
changeset: 343565:78aafe23fdfb
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Feb 14 19:11:19 2016 +0000

description:
Remove extra stray break missed by Christos when committing PR 50783.

diffstat:

 sys/arch/sgimips/dev/crmfb.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 56ca74152be7 -r 78aafe23fdfb sys/arch/sgimips/dev/crmfb.c
--- a/sys/arch/sgimips/dev/crmfb.c      Sun Feb 14 19:08:10 2016 +0000
+++ b/sys/arch/sgimips/dev/crmfb.c      Sun Feb 14 19:11:19 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crmfb.c,v 1.42 2016/02/08 16:44:45 christos Exp $ */
+/* $NetBSD: crmfb.c,v 1.43 2016/02/14 19:11:19 dholland Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: crmfb.c,v 1.42 2016/02/08 16:44:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: crmfb.c,v 1.43 2016/02/14 19:11:19 dholland Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1128,7 +1128,6 @@
        case 32:
                sc->sc_de_mode = DE_MODE_TLB_A | DE_MODE_BUFDEPTH_32 |
                    DE_MODE_TYPE_RGBA | DE_MODE_PIXDEPTH_32;
-               break;
                sc->sc_mte_mode = MTE_MODE_DST_ECC |
                    (MTE_TLB_A << MTE_DST_TLB_SHIFT) |
                    (MTE_TLB_A << MTE_SRC_TLB_SHIFT) |



Home | Main Index | Thread Index | Old Index