From owner-svn-src-head@FreeBSD.ORG Wed Jun 3 15:02:14 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB900470; Wed, 3 Jun 2015 15:02:14 +0000 (UTC) (envelope-from loos.br@gmail.com) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F2921E4E; Wed, 3 Jun 2015 15:02:14 +0000 (UTC) (envelope-from loos.br@gmail.com) Received: by labpy14 with SMTP id py14so10451663lab.0; Wed, 03 Jun 2015 08:02:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HyroETHIR8WhEnTtGuU6YYkspLggEpvURax8SEGq2+8=; b=VUvCPdPBQJ2OSd2N1ow82K//9eNFB/LoKukTkR9KUAeyis2Ou+v4Qfg50JZuXK+VAU upMeQ2eytASCc7GMBmbH+8GHuKb+BKH8AYhBmzkHk8GyR9rXh15a/SIpjHdj3c35gKQv gKe+Wn+H1/uHonq0dqpK+JG3AFSB/+xTqW0i7JO9BVBlqpCDhr08h9UhByUZHjsf9oT0 zDat3u6Rz3yW5LZsWsQ0Qkh85xw9hoIzKnDfVNwATKhSToFMQLV+p/7bjmVouGQWGLKi ORaDybwwGnAwfE3ii/bFXfxhbcDyrkwiF6Ha7gmdLyrHPGN+zD8O7zKEG6jzto8Vx8x9 0ioQ== MIME-Version: 1.0 X-Received: by 10.112.242.40 with SMTP id wn8mr32701715lbc.57.1433343732390; Wed, 03 Jun 2015 08:02:12 -0700 (PDT) Received: by 10.112.154.166 with HTTP; Wed, 3 Jun 2015 08:02:12 -0700 (PDT) In-Reply-To: References: <201506031448.t53Em4Gn090709@svn.freebsd.org> Date: Wed, 3 Jun 2015 12:02:12 -0300 Message-ID: Subject: Re: svn commit: r283948 - head/sys/dev/dwc From: Luiz Otavio O Souza To: araujo@freebsd.org Cc: Luiz Otavio O Souza , svn-src-head@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 03 Jun 2015 15:02:14 -0000 On Wed, Jun 3, 2015 at 11:52 AM, Marcelo Araujo wrote: > Oi, > > fp = sc->ifp; > > Deveria ser: > > ifp = sc->ifp; > > []s > Yeah, I caught the conflict when merging back to my work sources. Obrigado Marcelo. Luiz