Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 13:33:36 +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: r250212 - head/sys/dev/usb
Message-ID:  <201305031333.r43DXaX7075098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Fri May  3 13:33:36 2013
New Revision: 250212
URL: http://svnweb.freebsd.org/changeset/base/250212

Log:
  Fix compile warning.

Modified:
  head/sys/dev/usb/usb_device.c

Modified: head/sys/dev/usb/usb_device.c
==============================================================================
--- head/sys/dev/usb/usb_device.c	Fri May  3 13:27:13 2013	(r250211)
+++ head/sys/dev/usb/usb_device.c	Fri May  3 13:33:36 2013	(r250212)
@@ -838,8 +838,9 @@ usb_config_parse(struct usb_device *udev
 		udev->ep_curr = NULL;
 		USB_BUS_UNLOCK(udev->bus);
 	}
-
+#if (USB_HAVE_FIXED_IFACE == 0) || (USB_HAVE_FIXED_ENDPOINT == 0) 
 done:
+#endif
 	if (err) {
 		if (cmd == USB_CFG_ALLOC) {
 cleanup:



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