Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2012 19:58:56 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239215 - head/sys/dev/usb/controller
Message-ID:  <201208121958.q7CJwu5a032680@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Sun Aug 12 19:58:56 2012
New Revision: 239215
URL: http://svn.freebsd.org/changeset/base/239215

Log:
  Compile fix.
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/usb/controller/at91dci.c

Modified: head/sys/dev/usb/controller/at91dci.c
==============================================================================
--- head/sys/dev/usb/controller/at91dci.c	Sun Aug 12 17:53:06 2012	(r239214)
+++ head/sys/dev/usb/controller/at91dci.c	Sun Aug 12 19:58:56 2012	(r239215)
@@ -1228,7 +1228,6 @@ at91dci_device_done(struct usb_xfer *xfe
 static void
 at91dci_xfer_stall(struct usb_xfer *xfer)
 {
-	USB_BUS_LOCK_ASSERT(udev->bus, MA_OWNED);
 	at91dci_device_done(xfer, USB_ERR_STALLED);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208121958.q7CJwu5a032680>