From owner-svn-src-head@FreeBSD.ORG Sat Feb 7 15:51:32 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8540A106566C; Sat, 7 Feb 2009 15:51:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 741118FC14; Sat, 7 Feb 2009 15:51:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n17FpWis097481; Sat, 7 Feb 2009 15:51:32 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n17FpWM4097480; Sat, 7 Feb 2009 15:51:32 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200902071551.n17FpWM4097480@svn.freebsd.org> From: Andrew Thompson Date: Sat, 7 Feb 2009 15:51:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188292 - head/sys/dev/usb2/controller X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 15:51:33 -0000 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