Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 23:22:52 +0800
From:      Marcelo Araujo <araujobsdport@gmail.com>
To:        Luiz Otavio O Souza <loos@freebsd.org>
Cc:        svn-src-head@freebsd.org, src-committers@freebsd.org,  svn-src-all@freebsd.org
Subject:   Re: svn commit: r283949 - head/sys/dev/dwc
Message-ID:  <CAOfEmZio-LpcC_5ZZjJR-ugUejUOKAyoCmmW%2B35SPvMEZnaRNA@mail.gmail.com>
In-Reply-To: <201506031518.t53FIWXT006071@svn.freebsd.org>
References:  <201506031518.t53FIWXT006071@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Luiz, and sorry the email that I sent in Portuguese, that one should
be addressed only to you.

Best,
On Jun 3, 2015 11:18 PM, "Luiz Otavio O Souza" <loos@freebsd.org> wrote:

> Author: loos
> Date: Wed Jun  3 15:18:32 2015
> New Revision: 283949
> URL: https://svnweb.freebsd.org/changeset/base/283949
>
> Log:
>   Fix wrong variable name in the previous commit.
>
>   Pointy hat to:        loos
>   Reported by:  araujo
>
> Modified:
>   head/sys/dev/dwc/if_dwc.c
>
> Modified: head/sys/dev/dwc/if_dwc.c
>
> ==============================================================================
> --- head/sys/dev/dwc/if_dwc.c   Wed Jun  3 14:48:03 2015        (r283948)
> +++ head/sys/dev/dwc/if_dwc.c   Wed Jun  3 15:18:32 2015        (r283949)
> @@ -745,7 +745,7 @@ dwc_txfinish_locked(struct dwc_softc *sc
>
>         DWC_ASSERT_LOCKED(sc);
>
> -       fp = sc->ifp;
> +       ifp = sc->ifp;
>         while (sc->tx_idx_tail != sc->tx_idx_head) {
>                 desc = &sc->txdesc_ring[sc->tx_idx_tail];
>                 if ((desc->tdes0 & DDESC_TDES0_OWN) != 0)
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZio-LpcC_5ZZjJR-ugUejUOKAyoCmmW%2B35SPvMEZnaRNA>