From owner-svn-src-head@FreeBSD.ORG Tue Jun 23 09:32:05 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 5DF331065679; Tue, 23 Jun 2009 09:32:05 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 177F98FC19; Tue, 23 Jun 2009 09:32:04 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C84339CB08D; Tue, 23 Jun 2009 11:31:00 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gBrCJ3aiRIdC; Tue, 23 Jun 2009 11:30:58 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A3A079CB10C; Tue, 23 Jun 2009 11:30:58 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n5N9UwTT080650; Tue, 23 Jun 2009 11:30:58 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 23 Jun 2009 11:30:58 +0200 From: Roman Divacky To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20090623093058.GA78083@freebsd.org> References: <200906230902.n5N92OnJ069334@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906230902.n5N92OnJ069334@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: svn commit: r194687 - head/sys/dev/firewire 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: Tue, 23 Jun 2009 09:32:05 -0000 On Tue, Jun 23, 2009 at 09:02:24AM +0000, Roman Divacky wrote: > Author: rdivacky > Date: Tue Jun 23 09:02:24 2009 > New Revision: 194687 > URL: http://svn.freebsd.org/changeset/base/194687 > > Log: > Fix what seems to be an obvious typo preventing the body of the > if statement to ever be executed. what I meant was the the goto out; is executed every time. :(