Module Name: src
Committed By: dholland
Date: Sun Feb 14 19:11:20 UTC 2016
Modified Files:
src/sys/arch/sgimips/dev: crmfb.c
Log Message:
Remove extra stray break missed by Christos when committing PR 50783.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/sgimips/dev/crmfb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sgimips/dev/crmfb.c
diff -u src/sys/arch/sgimips/dev/crmfb.c:1.42 src/sys/arch/sgimips/dev/crmfb.c:1.43
--- src/sys/arch/sgimips/dev/crmfb.c:1.42 Mon Feb 8 16:44:45 2016
+++ src/sys/arch/sgimips/dev/crmfb.c Sun Feb 14 19:11:19 2016
@@ -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 <[email protected]>
@@ -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 @@ crmfb_setup_video(struct crmfb_softc *sc
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) |