summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-01-05 09:30:04 +0000
committermartin <martin@NetBSD.org>2020-01-05 09:30:04 +0000
commitbed919155ffe969617dca8706ea4cf50b68f9c86 (patch)
tree2a93d691fa3caae7e38a8887ead2c81fa8b14ff3 /sys/dev
parentfeab5d00d9a295f4f89e8f6f18b1aa4971f18763 (diff)
Pull up following revision(s) (requested by maxv in ticket #600):
sys/dev/usb/umidi.c: revision 1.82 Remove the call to KERNEL_UNLOCK_ONE(), it was forgotten when the biglock was dropped in rev1.63. Found via vHCI.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/umidi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/umidi.c b/sys/dev/usb/umidi.c
index c79a09f7196..bcae123636e 100644
--- a/sys/dev/usb/umidi.c
+++ b/sys/dev/usb/umidi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: umidi.c,v 1.78 2019/05/08 13:40:19 isaki Exp $ */
+/* $NetBSD: umidi.c,v 1.78.2.1 2020/01/05 09:30:04 martin Exp $ */
/*
* Copyright (c) 2001, 2012, 2014 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.78 2019/05/08 13:40:19 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.78.2.1 2020/01/05 09:30:04 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -414,7 +414,6 @@ out_free_endpoints:
out:
aprint_error_dev(self, "disabled.\n");
sc->sc_dying = 1;
- KERNEL_UNLOCK_ONE(curlwp);
return;
}