summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uscanner.c
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2003-07-14 18:25:47 +0000
committerjoe <joe@FreeBSD.org>2003-07-14 18:25:47 +0000
commit0be29d9f1865c625ed0790aa1b9f763e64751c74 (patch)
tree5b115fe4684f2bb3ff2616410061fbddae448cc7 /sys/dev/usb/uscanner.c
parented39a786c77f19b82a12e79157ed87cbb04644db (diff)
downloadFreeBSD-src-0be29d9f1865c625ed0790aa1b9f763e64751c74.zip
FreeBSD-src-0be29d9f1865c625ed0790aa1b9f763e64751c74.tar.gz
MFNetBSD:
date: 2002/09/23 05:51:20; author: simonb; Remove breaks after returns, unreachable returns and returns after returns(!).
Diffstat (limited to 'sys/dev/usb/uscanner.c')
-rw-r--r--sys/dev/usb/uscanner.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index 7817006..e3d275b 100644
--- a/sys/dev/usb/uscanner.c
+++ b/sys/dev/usb/uscanner.c
@@ -1,6 +1,10 @@
/* $NetBSD: uscanner.c,v 1.30 2002/07/11 21:14:36 augustss Exp$ */
/* $FreeBSD$ */
+/* Also already merged from NetBSD:
+ * $NetBSD: uscanner.c,v 1.33 2002/09/23 05:51:24 simonb Exp $
+ */
+
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -597,7 +601,6 @@ uscanner_activate(device_ptr_t self, enum devact act)
switch (act) {
case DVACT_ACTIVATE:
return (EOPNOTSUPP);
- break;
case DVACT_DEACTIVATE:
sc->sc_dying = 1;
OpenPOWER on IntegriCloud