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;s
details: https://anonhg.NetBSD.org/src/rev/e08b8e652f28
branches: trunk
changeset: 356771:e08b8e652f28
user: macallan <macallan%NetBSD.org@localhost>
date: Wed Oct 11 17:08:32 2017 +0000
description:
add missing break;s
diffstat:
sys/dev/pci/radeonfb.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 57ee45b6e7de -r e08b8e652f28 sys/dev/pci/radeonfb.c
--- a/sys/dev/pci/radeonfb.c Wed Oct 11 16:56:26 2017 +0000
+++ b/sys/dev/pci/radeonfb.c Wed Oct 11 17:08:32 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: radeonfb.c,v 1.92 2017/08/25 22:45:33 macallan Exp $ */
+/* $NetBSD: radeonfb.c,v 1.93 2017/10/11 17:08:32 macallan Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeonfb.c,v 1.92 2017/08/25 22:45:33 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeonfb.c,v 1.93 2017/10/11 17:08:32 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -710,6 +710,7 @@
RADEON_FP_SEL_CRTC1,
~RADEON_FP_SEL_MASK);
}
+ break;
case RADEON_TMDS_EXT:
/* point FP2 at the CRTC this port uses */
DPRINTF(("%s: plugging external TMDS into CRTC %d\n",
@@ -727,6 +728,7 @@
RADEON_FP2_SRC_SEL_CRTC1,
~RADEON_FP2_SRC_SEL_CRTC2);
}
+ break;
}
}
PRINTREG(RADEON_DAC_CNTL2);
Home |
Main Index |
Thread Index |
Old Index