Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/3a067153a9cc
branches:  netbsd-9
changeset: 466926:3a067153a9cc
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 05 09:30:04 2020 +0000

description:
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:

 sys/dev/usb/umidi.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e0000f92a14b -r 3a067153a9cc sys/dev/usb/umidi.c
--- a/sys/dev/usb/umidi.c       Thu Jan 02 10:02:26 2020 +0000
+++ b/sys/dev/usb/umidi.c       Sun Jan 05 09:30:04 2020 +0000
@@ -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:
        aprint_error_dev(self, "disabled.\n");
        sc->sc_dying = 1;
-       KERNEL_UNLOCK_ONE(curlwp);
        return;
 }
 



Home | Main Index | Thread Index | Old Index