Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Remove unreachable break after return.
details: https://anonhg.NetBSD.org/src/rev/6c5c2fd13128
branches: trunk
changeset: 543323:6c5c2fd13128
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Feb 23 04:19:26 2003 +0000
description:
Remove unreachable break after return.
diffstat:
sys/dev/usb/uhci.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 9237daa6f279 -r 6c5c2fd13128 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Sun Feb 23 04:15:02 2003 +0000
+++ b/sys/dev/usb/uhci.c Sun Feb 23 04:19:26 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.171 2003/02/22 05:24:17 tsutsui Exp $ */
+/* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.171 2003/02/22 05:24:17 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -542,7 +542,6 @@
switch (act) {
case DVACT_ACTIVATE:
return (EOPNOTSUPP);
- break;
case DVACT_DEACTIVATE:
if (sc->sc_child != NULL)
Home |
Main Index |
Thread Index |
Old Index