svn commit: r283949 - head/sys/dev/dwc
Marcelo Araujo
araujobsdport at gmail.com
Wed Jun 3 15:22:53 UTC 2015
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 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org"
>
More information about the svn-src-all
mailing list