Module Name:    src
Committed By:   skrll
Date:           Thu Oct  3 13:19:24 UTC 2013

Modified Files:
        src/sys/dev/ic: sl811hs.c

Log Message:
Remove incorrect KASSERT.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/sl811hs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.44 src/sys/dev/ic/sl811hs.c:1.45
--- src/sys/dev/ic/sl811hs.c:1.44	Wed Oct  2 23:27:50 2013
+++ src/sys/dev/ic/sl811hs.c	Thu Oct  3 13:19:24 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: sl811hs.c,v 1.44 2013/10/02 23:27:50 skrll Exp $	*/
+/*	$NetBSD: sl811hs.c,v 1.45 2013/10/03 13:19:24 skrll Exp $	*/
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.44 2013/10/02 23:27:50 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.45 2013/10/03 13:19:24 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -1497,8 +1497,6 @@ slhci_callback_entry(void *arg)
 
 	sc = (struct slhci_softc *)arg;
 
-	KASSERT(mutex_owned(&sc->sc_lock));
-
 	mutex_enter(&sc->sc_intr_lock);
 	t = &sc->sc_transfers;
 	DLOG(D_SOFT, "callback_entry flags %#x", t->flags, 0,0,0);

Reply via email to