Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/podulebus PR/50514: David Binderman: Add mi...



details:   https://anonhg.NetBSD.org/src/rev/43b0497d9c04
branches:  trunk
changeset: 342259:43b0497d9c04
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 13 19:53:02 2015 +0000

description:
PR/50514: David Binderman: Add missing break

diffstat:

 sys/arch/acorn32/podulebus/esc.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r be9b9c98f895 -r 43b0497d9c04 sys/arch/acorn32/podulebus/esc.c
--- a/sys/arch/acorn32/podulebus/esc.c  Sun Dec 13 19:51:53 2015 +0000
+++ b/sys/arch/acorn32/podulebus/esc.c  Sun Dec 13 19:53:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esc.c,v 1.29 2014/10/25 10:58:12 skrll Exp $   */
+/*     $NetBSD: esc.c,v 1.30 2015/12/13 19:53:02 christos Exp $        */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.29 2014/10/25 10:58:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.30 2015/12/13 19:53:02 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1445,6 +1445,7 @@
                        switch(dev->sc_msg_in[0]) {
                        case 0x00:      /* COMMAND COMPLETE */
                                nexus->state = ESC_NS_DONE;
+                               break;
                        case 0x04:      /* DISCONNECT */
                                nexus->state = ESC_NS_DISCONNECTING;
                                break;



Home | Main Index | Thread Index | Old Index