Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2009 15:51:32 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188292 - head/sys/dev/usb2/controller
Message-ID:  <200902071551.n17FpWM4097480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Sat Feb  7 15:51:32 2009
New Revision: 188292
URL: http://svn.freebsd.org/changeset/base/188292

Log:
  Fix build, sigh.

Modified:
  head/sys/dev/usb2/controller/ehci2.c

Modified: head/sys/dev/usb2/controller/ehci2.c
==============================================================================
--- head/sys/dev/usb2/controller/ehci2.c	Sat Feb  7 15:51:21 2009	(r188291)
+++ head/sys/dev/usb2/controller/ehci2.c	Sat Feb  7 15:51:32 2009	(r188292)
@@ -262,7 +262,7 @@ ehci_init(ehci_softc_t *sc)
 	USB_BUS_UNLOCK(&sc->sc_bus);
 	if (err) {
 		device_printf(sc->sc_bus.bdev, "reset timeout\n");
-		return (error);
+		return (err);
 	}
 	/*
 	 * use current frame-list-size selection 0: 1024*4 bytes 1:  512*4



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