Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vsa Add missing break - from Felix Deichmann in...



details:   https://anonhg.NetBSD.org/src/rev/0541dd7fada8
branches:  trunk
changeset: 808734:0541dd7fada8
user:      abs <abs%NetBSD.org@localhost>
date:      Sun May 31 07:04:18 2015 +0000

description:
Add missing break - from Felix Deichmann in PR port-vax/49935

diffstat:

 sys/arch/vax/vsa/vsbus.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 15778afa6892 -r 0541dd7fada8 sys/arch/vax/vsa/vsbus.c
--- a/sys/arch/vax/vsa/vsbus.c  Sun May 31 00:41:53 2015 +0000
+++ b/sys/arch/vax/vsa/vsbus.c  Sun May 31 07:04:18 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vsbus.c,v 1.60 2012/06/28 13:58:21 abs Exp $ */
+/*     $NetBSD: vsbus.c,v 1.61 2015/05/31 07:04:18 abs Exp $ */
 /*
  * Copyright (c) 1996, 1999 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vsbus.c,v 1.60 2012/06/28 13:58:21 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vsbus.c,v 1.61 2015/05/31 07:04:18 abs Exp $");
 
 #include "opt_cputype.h"
 
@@ -138,6 +138,7 @@
                sc->sc_intclr = (char *)sc->sc_vsregs + 15;
                sc->sc_intmsk = (char *)sc->sc_vsregs + 12;
                vsbus_dma_init(sc, 32768);
+               break;
 #endif
 
        default:



Home | Main Index | Thread Index | Old Index